Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoDetalhe

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

    VersaoEvento

    Versão do Evento

    Declaration
    [XmlAttribute(AttributeName = "versaoEvento", DataType = "token")]
    public virtual string VersaoEvento { 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