DocsMarshal
/
Types
/
FatturaElettronica.Common.DatiDocumento
abstract class
DatiDocumento
Base class:
BaseClassSerializable
Implemented interfaces:
INotifyPropertyChanged
IEquatable
<T>
IXmlSerializable
Derived types:
DatiContratto
DatiConvenzione
DatiFattureCollegate
DatiOrdineAcquisto
DatiRicezione
Constructors
This type has no constructors.
Properties
String
CodiceCIG
{ get; set; }
String
CodiceCommessaConvenzione
{ get; set; }
String
CodiceCUP
{ get; set; }
DateTime
?
Data
{ get; set; }
String
IdDocumento
{ get; set; }
String
NumItem
{ get; set; }
List
<
Int32
>
RiferimentoNumeroLinea
{ get; set; }
Top