Class Encerrante
Classe de informações do encerrante
Inheritance
System.Object
Encerrante
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.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Encerrante
Properties
NBico
Numero de identificação do Bico utilizado no abastecimento
Declaration
public int NBico { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NBomba
Numero de identificação da bomba ao qual o bico está interligado
Declaration
public int NBomba { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NTanque
Numero de identificação do tanque ao qual o bico está interligado
Declaration
public int NTanque { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VEncFin
Valor do Encerrante no final do abastecimento
Declaration
public double VEncFin { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VEncFinField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VEncFin para atribuir ou resgatar o valor)
Declaration
public string VEncFinField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VEncIni
Valor do Encerrante no ínicio do abastecimento
Declaration
public double VEncIni { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VEncIniField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VEncIni para atribuir ou resgatar o valor)
Declaration
public string VEncIniField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeNBomba()
Declaration
public bool ShouldSerializeNBomba()
Returns
Type | Description |
---|---|
System.Boolean |