Class InfCarga
Informações da Carga.
Inheritance
System.Object
InfCarga
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 InfCarga
Properties
InfQ
Informações de quantidades da carga.
Declaration
public List<InfQ> InfQ { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfQ> |
ProPred
Produto predominante.
Declaration
public string ProPred { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VCarga
Valor total da carga.
Declaration
public double VCarga { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VCargaAverb
Valor da carga para efeito de averbação.
Declaration
public double VCargaAverb { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VCargaAverbField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VCargaAverb" para atribuir ou resgatar o valor)
Declaration
public string VCargaAverbField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VCargaField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VCarga" para atribuir ou resgatar o valor)
Declaration
public string VCargaField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XOutCat
Outras características da carga.
Declaration
public string XOutCat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeVCargaAverbField()
Verifica se a propriedade VCargaAverbField deve ser serializada.
Declaration
public bool ShouldSerializeVCargaAverbField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVCargaField()
Verifica se a propriedade VCargaField deve ser serializada.
Declaration
public bool ShouldSerializeVCargaField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXOutCat()
Verifica se a propriedade XOutCat deve ser serializada.
Declaration
public bool ShouldSerializeXOutCat()
Returns
Type | Description |
---|---|
System.Boolean |