Class RefNF
Informações da Nota Fiscal.
Inheritance
System.Object
RefNF
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()
Namespace: Unimake.Business.DFe.Xml.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class RefNF
Fields
ModField
Declaration
string ModField
Field Value
Type | Description |
---|---|
System.String |
Properties
CNPJ
CNPJ do Emitente da Nota Fiscal.
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPF
CPF do Emitente da Nota Fiscal.
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DEmi
Data de Emissão da Nota Fiscal.
Declaration
public DateTime DEmi { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DEmiField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DEmi" para atribuir ou resgatar o valor)
Declaration
public string DEmiField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mod
Modelo da Nota Fiscal.
Declaration
public string Mod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nro
Número da Nota Fiscal.
Declaration
public int Nro { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Serie
Série da Nota Fiscal.
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subserie
Subserie da Nota Fiscal.
Declaration
public string Subserie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor da Nota Fiscal.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "Valor" para atribuir ou resgatar o valor)
Declaration
public string ValorField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCNPJ()
Verifica se a propriedade CNPJ deve ser serializada.
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPF()
Verifica se a propriedade CPF deve ser serializada.
Declaration
public bool ShouldSerializeCPF()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeSubserie()
Verifica se a propriedade Subserie deve ser serializada.
Declaration
public bool ShouldSerializeSubserie()
Returns
Type | Description |
---|---|
System.Boolean |