Class DI
Inheritance
System.Object
DI
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class DI
Properties
Adi
Declaration
public List<Adi> Adi { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Adi> |
|
CExportador
Declaration
public string CExportador { get; set; }
Property Value
Type |
Description |
System.String |
|
CNPJ
Declaration
public string CNPJ { get; set; }
Property Value
Type |
Description |
System.String |
|
CPF
Declaration
public string CPF { get; set; }
Property Value
Type |
Description |
System.String |
|
DDesemb
Declaration
public DateTime DDesemb { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DDesembField
Declaration
public string DDesembField { get; set; }
Property Value
Type |
Description |
System.String |
|
DDI
Declaration
public DateTime DDI { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DDIField
Declaration
public string DDIField { get; set; }
Property Value
Type |
Description |
System.String |
|
NDI
Declaration
public string NDI { get; set; }
Property Value
Type |
Description |
System.String |
|
TpIntermedio
Declaration
public FormaImportacaoIntermediacao TpIntermedio { get; set; }
Property Value
TpViaTransp
Declaration
public ViaTransporteInternacional TpViaTransp { get; set; }
Property Value
UFDesemb
Declaration
public UFBrasil UFDesemb { get; set; }
Property Value
UFTerceiro
Declaration
public UFBrasil? UFTerceiro { get; set; }
Property Value
Type |
Description |
System.Nullable<UFBrasil> |
|
VAFRMM
Declaration
public double VAFRMM { get; set; }
Property Value
Type |
Description |
System.Double |
|
VAFRMMField
Declaration
public string VAFRMMField { get; set; }
Property Value
Type |
Description |
System.String |
|
XLocDesemb
Declaration
public string XLocDesemb { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeUFTerceiro()
Declaration
public bool ShouldSerializeUFTerceiro()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVAFRMM()
Declaration
public bool ShouldSerializeVAFRMM()
Returns
Type |
Description |
System.Boolean |
|