Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoDetalhe

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoAutorizadoCTeComplementar
    DetEventoCanc
    DetEventoCancCompEntrega
    DetEventoCancelamentoInsucessoEntrega
    DetEventoCancelamentoPrestDesacordo
    DetEventoCCE
    DetEventoCompEntrega
    DetEventoEPEC
    DetEventoFiscoMDFeAutorizado
    DetEventoFiscoMDFeCancelado
    DetEventoInsucessoEntrega
    DetEventoPrestDesacordo
    DetEventoRegistroPassagem
    DetEventoRegistroPassagemAutomatico
    DetEventoRegistroPassagemAutomaticoMDFe
    EventoCCeCTe
    EventoCECTe
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    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 EventoDetalhe : IXmlSerializable

    Fields

    bindingFlags

    Declaration
    static readonly BindingFlags bindingFlags
    Field Value
    Type Description
    System.Reflection.BindingFlags

    hasField

    Declaration
    static readonly List<string> hasField
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Properties

    DescEvento

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

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

    VersaoEvento

    Obtém ou define a versão do evento.

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

    XmlReader

    Declaration
    XmlReader XmlReader { }
    Property Value
    Type Description
    System.Xml.XmlReader

    Methods

    GetPropertyInfo(Type)

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

    GetSchema()

    Obtém o esquema XML.

    Declaration
    public XmlSchema GetSchema()
    Returns
    Type Description
    System.Xml.Schema.XmlSchema

    O esquema XML.

    ProcessReader()

    Declaration
    virtual void ProcessReader()

    ReadXml(XmlReader)

    Lê o XML do leitor especificado.

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

    O leitor XML.

    SetLocalValue(Type)

    Declaration
    bool SetLocalValue(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Boolean

    SetPropertyValue(String)

    Declaration
    void SetPropertyValue(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName

    SetValue(PropertyInfo)

    Declaration
    virtual void SetValue(PropertyInfo pi)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo pi

    WriteXml(XmlWriter)

    Escreve o XML para o escritor especificado.

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

    O escritor XML.

    Implements

    System.Xml.Serialization.IXmlSerializable