Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoDetalhe

    Classe de detalhamento do evento

    Inheritance
    object
    EventoDetalhe
    DetEventoAtorInteressadoNFe
    DetEventoAverbacaoExportacao
    DetEventoCCE
    DetEventoCTeAutorizado
    DetEventoCanc
    DetEventoCancCompEntregaNFe
    DetEventoCancPedidoProrrogPrazoICMS
    DetEventoCancSubst
    DetEventoCancelamentoComprovanteEntregaCTe
    DetEventoCancelamentoConciliacaoFinanceira
    DetEventoCancelamentoInsucessoEntregaNFe
    DetEventoCompEntregaNFe
    DetEventoComprovanteEntregaCTe
    DetEventoConciliacaoFinanceira
    DetEventoEPEC
    DetEventoInsucessoEntregaNFe
    DetEventoMDFeAutorizadoComCTe
    DetEventoManif
    DetEventoPedidoProrrogPrazoICMS
    DetEventoSEFAZ
    DetEventoVistoriaSuframaSEFAZ
    Implements
    IXmlSerializable
    Inherited Members
    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]
    [XmlInclude(typeof(DetEventoCanc))]
    [XmlInclude(typeof(DetEventoCCE))]
    [XmlInclude(typeof(DetEventoCancSubst))]
    public class EventoDetalhe : IXmlSerializable

    Properties

    DescEvento

    Descrição do evento

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

    Versao

    Versão do schema do XML do evento

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public virtual string Versao { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetPropertyInfo(Type)

    Declaration
    protected PropertyInfo GetPropertyInfo(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    PropertyInfo

    GetSchema()

    Declaration
    public XmlSchema GetSchema()
    Returns
    Type Description
    XmlSchema

    ReadXml(XmlReader)

    Declaration
    public void ReadXml(XmlReader reader)
    Parameters
    Type Name Description
    XmlReader reader

    WriteXml(XmlWriter)

    Declaration
    public virtual void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    XmlWriter writer

    Implements

    IXmlSerializable