Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoEPEC

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoEPEC
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.bindingFlags
    EventoDetalhe.hasField
    EventoDetalhe.SetLocalValue(Type)
    EventoDetalhe.SetPropertyValue(String)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.XmlReader
    EventoDetalhe.SetValue(PropertyInfo)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    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
    public class DetEventoEPEC : EventoDetalhe, IXmlSerializable

    Fields

    _evEPECCTe

    Declaration
    EvEPECCTe _evEPECCTe
    Field Value
    Type Description
    EvEPECCTe

    Properties

    DescEvento

    Obtém ou define a descrição do evento.

    Declaration
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    EventoDetalhe.DescEvento

    DhEmi

    Obtém ou define a data e hora de emissão do CT-e.

    Declaration
    public DateTimeOffset DhEmi { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhEmiField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhEmi" para atribuir ou resgatar o valor)

    Declaration
    public string DhEmiField { get; set; }
    Property Value
    Type Description
    System.String

    EvEPECCTe

    Obtém ou define o evento de EPEC do CT-e.

    Declaration
    public EvEPECCTe EvEPECCTe { get; set; }
    Property Value
    Type Description
    EvEPECCTe

    Modal

    Obtém ou define a modalidade do transporte.

    Declaration
    public ModalidadeTransporteCTe Modal { get; set; }
    Property Value
    Type Description
    ModalidadeTransporteCTe

    Toma4

    Obtém ou define as informações do tomador do serviço (tipo 4).

    Declaration
    public EvEPECCTeToma4 Toma4 { get; set; }
    Property Value
    Type Description
    EvEPECCTeToma4

    TpCTe

    Obtém ou define o tipo do CT-e.

    Declaration
    public TipoCTe TpCTe { get; set; }
    Property Value
    Type Description
    TipoCTe

    UFFim

    Obtém ou define a UF de fim da prestação.

    Declaration
    public UFBrasil UFFim { get; set; }
    Property Value
    Type Description
    UFBrasil

    UFIni

    Obtém ou define a UF de início da prestação.

    Declaration
    public UFBrasil UFIni { get; set; }
    Property Value
    Type Description
    UFBrasil

    VCarga

    Obtém ou define o valor da carga.

    Declaration
    public double VCarga { get; set; }
    Property Value
    Type Description
    System.Double

    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

    VICMS

    Obtém ou define o valor do ICMS.

    Declaration
    public double VICMS { get; set; }
    Property Value
    Type Description
    System.Double

    VICMSField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VICMS" para atribuir ou resgatar o valor)

    Declaration
    public string VICMSField { get; set; }
    Property Value
    Type Description
    System.String

    VICMSST

    Obtém ou define o valor do ICMS ST.

    Declaration
    public double VICMSST { get; set; }
    Property Value
    Type Description
    System.Double

    VICMSSTField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VICMSST" para atribuir ou resgatar o valor)

    Declaration
    public string VICMSSTField { get; set; }
    Property Value
    Type Description
    System.String

    VTPrest

    Obtém ou define o valor total da prestação.

    Declaration
    public double VTPrest { get; set; }
    Property Value
    Type Description
    System.Double

    VTPrestField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VTPrest" para atribuir ou resgatar o valor)

    Declaration
    public string VTPrestField { get; set; }
    Property Value
    Type Description
    System.String

    XJust

    Obtém ou define a justificativa do EPEC.

    Declaration
    public string XJust { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ProcessReader()

    Declaration
    override void ProcessReader()
    Overrides
    EventoDetalhe.ProcessReader()

    WriteXml(XmlWriter)

    Declaration
    public override void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    System.Xml.XmlWriter writer
    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    System.Xml.Serialization.IXmlSerializable