Class EvEPECCTe
Inheritance
System.Object
EvEPECCTe
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class EvEPECCTe : IXmlSerializable
Properties
DescEvento
Declaration
public string DescEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
DhEmi
Declaration
public DateTimeOffset DhEmi { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhEmiField
Declaration
public string DhEmiField { get; set; }
Property Value
Type |
Description |
System.String |
|
Modal
Declaration
public ModalidadeTransporteCTe Modal { get; set; }
Property Value
Toma4
Declaration
public EvEPECCTeToma4 Toma4 { get; set; }
Property Value
TpCTe
Declaration
public TipoCTe TpCTe { get; set; }
Property Value
UFFim
Declaration
public UFBrasil UFFim { get; set; }
Property Value
UFIni
Declaration
public UFBrasil UFIni { get; set; }
Property Value
VCarga
Declaration
public double VCarga { get; set; }
Property Value
Type |
Description |
System.Double |
|
VCargaField
Declaration
public string VCargaField { get; set; }
Property Value
Type |
Description |
System.String |
|
VICMS
Declaration
public double VICMS { get; set; }
Property Value
Type |
Description |
System.Double |
|
VICMSField
Declaration
public string VICMSField { get; set; }
Property Value
Type |
Description |
System.String |
|
VICMSST
Declaration
public double VICMSST { get; set; }
Property Value
Type |
Description |
System.Double |
|
VICMSSTField
Declaration
public string VICMSSTField { get; set; }
Property Value
Type |
Description |
System.String |
|
VTPrest
Declaration
public double VTPrest { get; set; }
Property Value
Type |
Description |
System.Double |
|
VTPrestField
Declaration
public string VTPrestField { get; set; }
Property Value
Type |
Description |
System.String |
|
XJust
Declaration
public string XJust { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ReadXml(XmlDocument)
Executa o processamento do XMLReader recebido na desserialização
Declaration
public void ReadXml(XmlDocument document)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
document |
XmlDocument recebido durante o processo de desserialização
|
WriteXml(StringWriter)
Executa o processamento do XMLReader recebido na serialização
Declaration
public void WriteXml(StringWriter writer)
Parameters
Type |
Name |
Description |
System.IO.StringWriter |
writer |
string XML recebido durante o processo de serialização
|
Implements