Class Vag
Inheritance
System.Object
Vag
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.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Vag
Properties
NSeq
Número Sequencial da Vagão
Declaration
public long NSeq { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
NVag
Número da Vagão
Declaration
public long NVag { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
PesoBC
Peso Bruto Calculado
Declaration
public double PesoBC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PesoBCField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "PesoBC" para atribuir ou resgatar o valor)
Declaration
public string PesoBCField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PesoR
Peso Real
Declaration
public double PesoR { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PesoRField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "PesoR" para atribuir ou resgatar o valor)
Declaration
public string PesoRField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Serie
Série da Vagão
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpVag
Tipo da Vagão
Declaration
public string TpVag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TU
Tara Útil
Declaration
public double TU { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TUField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "TU" para atribuir ou resgatar o valor)
Declaration
public string TUField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeNSeq()
Verifica se deve serializar o campo NSeq (maior que 0)
Declaration
public bool ShouldSerializeNSeq()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpVag()
Verifica se deve serializar o campo TpVag (não vazio)
Declaration
public bool ShouldSerializeTpVag()
Returns
Type | Description |
---|---|
System.Boolean |