Class VeicNovos
Informações dos veículos novos.
Inheritance
System.Object
VeicNovos
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 VeicNovos
Properties
CCor
Código da Cor.
Declaration
public string CCor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Chassi
Chassi.
Declaration
public string Chassi { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CMod
Código do Modelo.
Declaration
public string CMod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VFrete
Valor do Frete.
Declaration
public double VFrete { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VFreteField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VFrete" para atribuir ou resgatar o valor)
Declaration
public string VFreteField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VUnit
Valor Unitário.
Declaration
public double VUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VUnitField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VUnit" para atribuir ou resgatar o valor)
Declaration
public string VUnitField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XCor
Descrição da Cor.
Declaration
public string XCor { get; set; }
Property Value
Type | Description |
---|---|
System.String |