Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoEPEC

    Classe de detalhamento do evento de EPEC

    Inheritance
    object
    EventoDetalhe
    DetEventoEPEC
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEvento")]
    public class DetEventoEPEC : EventoDetalhe, IXmlSerializable

    Properties

    COrgaoAutor

    Código do órgão autor do evento. Informar o código da UF para este evento.

    Declaration
    [XmlIgnore]
    public UFBrasil COrgaoAutor { get; set; }
    Property Value
    Type Description
    UFBrasil

    COrgaoAutorField

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

    Declaration
    [XmlElement("cOrgaoAutor", Order = 1)]
    public int COrgaoAutorField { get; set; }
    Property Value
    Type Description
    int

    DescEvento

    Descrição do evento. Padrão = EPEC

    Declaration
    [XmlElement("descEvento", Order = 0)]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    Dest

    Destinatário do evento de EPEC

    Declaration
    [XmlElement("dest", Order = 7)]
    public DetEventoEPECDest Dest { get; set; }
    Property Value
    Type Description
    DetEventoEPECDest

    DhEmi

    Data de emissão no formato UTC - AAAA-MM-DDThh:mm:ssTZD

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhEmi { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhEmiField

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

    Declaration
    [XmlElement("dhEmi", Order = 4)]
    public string DhEmiField { get; set; }
    Property Value
    Type Description
    string

    IE

    IE do destinatário

    Declaration
    [XmlElement("IE", Order = 6)]
    public string IE { get; set; }
    Property Value
    Type Description
    string

    TpAutor

    Tipo do autor

    Declaration
    [XmlElement("tpAutor", Order = 2)]
    public TipoAutor TpAutor { get; set; }
    Property Value
    Type Description
    TipoAutor

    TpNF

    Tipo do operação do documento fiscal

    Declaration
    [XmlElement("tpNF", Order = 5)]
    public TipoOperacao TpNF { get; set; }
    Property Value
    Type Description
    TipoOperacao

    VerAplic

    Versão do aplicativo do autor do evento

    Declaration
    [XmlElement("verAplic", Order = 3)]
    public string VerAplic { get; set; }
    Property Value
    Type Description
    string

    Methods

    WriteXml(XmlWriter)

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

    Implements

    IXmlSerializable