Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoDetalhe

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoAlteracaoPagtoServMDFe
    DetEventoCanc
    DetEventoConfirmaServMDFe
    DetEventoEncerramentoFisco
    DetEventoEncMDFe
    DetEventoIncCondutor
    DetEventoIncDFeMDFe
    DetEventoMDFeRegPassagem
    DetEventoMDFeRegPassagemAuto
    DetEventoPagtoOperMDFe
    EventoAlteracaoPagtoServMDFe
    EventoConfirmaServMDFe
    EventoEncerramentoFisco
    EventoIncCondutor
    EventoIncDFeMDFe
    EventoMDFeRegPassagem
    EventoMDFeRegPassagemAuto
    EventoPagtoOperMDFe
    InfDoc
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    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

    Descrição do Evento

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

    VersaoEvento

    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()

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

    ProcessReader()

    Declaration
    virtual void ProcessReader()

    ReadXml(XmlReader)

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

    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)

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

    Implements

    System.Xml.Serialization.IXmlSerializable