Class Duto
Informações do modal dutoviário.
Inheritance
System.Object
Duto
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 Duto
Properties
DFim
Data de Fim.
Declaration
public DateTime DFim { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DFimField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DFim" para atribuir ou resgatar o valor)
Declaration
public string DFimField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DIni
Data de Início.
Declaration
public DateTime DIni { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DIniField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DIni" para atribuir ou resgatar o valor)
Declaration
public string DIniField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VTar
Valor da Tarifa.
Declaration
public double VTar { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VTarField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VTar" para atribuir ou resgatar o valor)
Declaration
public string VTarField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeVTarField()
Verifica se a propriedade VTarField deve ser serializada.
Declaration
public bool ShouldSerializeVTarField()
Returns
Type | Description |
---|---|
System.Boolean |