Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoEPEC

    Classe de detalhamento do evento de EPEC

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoEPEC
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.XmlReader
    EventoDetalhe.hasField
    EventoDetalhe.bindingFlags
    EventoDetalhe.ProcessReader()
    EventoDetalhe.SetValue(Type)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    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
    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
    public int COrgaoAutorField { get; set; }
    Property Value
    Type Description
    System.Int32

    DescEvento

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

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

    Dest

    Destinatário do evento de EPEC

    Declaration
    public DetEventoEPECDest Dest { get; set; }
    Property Value
    Type Description
    DetEventoEPECDest

    DhEmi

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

    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

    IE

    IE do destinatário

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

    TpAutor

    Tipo do autor

    Declaration
    public TipoAutor TpAutor { get; set; }
    Property Value
    Type Description
    TipoAutor

    TpNF

    Tipo do operação do documento fiscal

    Declaration
    public TipoOperacao TpNF { get; set; }
    Property Value
    Type Description
    TipoOperacao

    VerAplic

    Versão do aplicativo do autor do evento

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

    Methods

    SetValue(PropertyInfo)

    Declaration
    override void SetValue(PropertyInfo pi)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo pi
    Overrides
    EventoDetalhe.SetValue(PropertyInfo)

    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