Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoDetalhe

    Classe de detalhamento do evento

    Inheritance
    object
    EventoDetalhe
    DetEventoAceiteDebitoApuracaoEmissaoNotaCredito
    DetEventoAtorInteressadoNFe
    DetEventoAtualizacaoDataPrevisaoEntrega
    DetEventoAverbacaoExportacao
    DetEventoCCE
    DetEventoCTeAutorizado
    DetEventoCanc
    DetEventoCancCompEntregaNFe
    DetEventoCancPedidoProrrogPrazoICMS
    DetEventoCancSubst
    DetEventoCancelamentoComprovanteEntregaCTe
    DetEventoCancelamentoConciliacaoFinanceira
    DetEventoCancelamentoDeEvento
    DetEventoCancelamentoInsucessoEntregaNFe
    DetEventoCompEntregaNFe
    DetEventoComprovanteEntregaCTe
    DetEventoConciliacaoFinanceira
    DetEventoDestinacaoItemParaConsumoPessoal
    DetEventoEPEC
    DetEventoFornecimentoNaoRealizadoComPagamentoAntecipado
    DetEventoImobilizacaoItem
    DetEventoImportacaoALCZFMNaoConvertidaIsencao
    DetEventoInformacaoEfetivoPagamentoIntegral
    DetEventoInsucessoEntregaNFe
    DetEventoMDFeAutorizadoComCTe
    DetEventoManif
    DetEventoManifestacaoFiscoPedidoTransferenciaCreditoIBSOperacaoSucessao
    DetEventoManifestacaoPedidoTransferenciaCreditoCBSOperacaoSucessao
    DetEventoManifestacaoPedidoTransferenciaCreditoIBSOperacaoSucessao
    DetEventoPedidoProrrogPrazoICMS
    DetEventoPerecimentoDuranteTransporteContratadoAdquirente
    DetEventoPerecimentoDuranteTransporteContratadoFornecedor
    DetEventoSEFAZ
    DetEventoSolicitacaoApropriacaoCreditoBensServicosAdquirente
    DetEventoSolicitacaoApropriacaoCreditoCombustivel
    DetEventoSolicitacaoApropriacaoCreditoPresumido
    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 virtual 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