Class RefNF
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class RefNF
Properties
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 |
|
DEmi
Declaration
public DateTime DEmi { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DEmiField
Declaration
public string DEmiField { get; set; }
Property Value
Type |
Description |
System.String |
|
Mod
Declaration
public string Mod { get; set; }
Property Value
Type |
Description |
System.String |
|
Nro
Declaration
public int Nro { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Serie
Declaration
public string Serie { get; set; }
Property Value
Type |
Description |
System.String |
|
Subserie
Declaration
public string Subserie { get; set; }
Property Value
Type |
Description |
System.String |
|
Valor
Declaration
public double Valor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValorField
Declaration
public string ValorField { 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 |
|
ShouldSerializeSubserie()
Declaration
public bool ShouldSerializeSubserie()
Returns
Type |
Description |
System.Boolean |
|