Table of Contents

Class DataProperty

Namespace
FatturaElettronica.Core
Assembly
FatturaElettronica.dll

Use this attribute to flag DataObject properties which are meant to be represent actual Business Object values (i.e. LastName, but not IsValid). Also, in order for the Read/Write XML methods to work properly, remember that these properties should be defined in the same order with which they are expected to appear in the XML file.

[AttributeUsage(AttributeTargets.Property)]
public sealed class DataProperty : Attribute
Inheritance
DataProperty
Inherited Members

Constructors

DataProperty(int)

public DataProperty(int order = 0)

Parameters

order int

Properties

Order

public int Order { get; }

Property Value

int