Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoFiscoMDFeAutorizado

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoFiscoMDFeAutorizado
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.bindingFlags
    EventoDetalhe.hasField
    EventoDetalhe.SetLocalValue(Type)
    EventoDetalhe.SetPropertyValue(String)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.XmlReader
    EventoDetalhe.ProcessReader()
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    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 DetEventoFiscoMDFeAutorizado : EventoDetalhe, IXmlSerializable

    Fields

    _evCTeAutorizadoMDFe

    Declaration
    EvCTeAutorizadoMDFe _evCTeAutorizadoMDFe
    Field Value
    Type Description
    EvCTeAutorizadoMDFe

    Properties

    DescEvento

    Descrição do evento de autorização do MDFe.

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

    Emit

    Informações do emitente do MDFe.

    Declaration
    public EvCTeAutorizadoMDFeEmit Emit { get; set; }
    Property Value
    Type Description
    EvCTeAutorizadoMDFeEmit

    EvCTeAutorizadoMDFe

    Evento de autorização do MDFe relacionado ao CTe.

    Declaration
    public EvCTeAutorizadoMDFe EvCTeAutorizadoMDFe { get; set; }
    Property Value
    Type Description
    EvCTeAutorizadoMDFe

    MDFe

    Informações do MDFe autorizado.

    Declaration
    public EvCTeAutorizadoMDFeMDFe MDFe { get; set; }
    Property Value
    Type Description
    EvCTeAutorizadoMDFeMDFe

    Methods

    SetValue(PropertyInfo)

    Declaration
    override void SetValue(PropertyInfo pi)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo pi
    Overrides
    EventoDetalhe.SetValue(PropertyInfo)

    WriteXml(XmlWriter)

    Declaration
    public override void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    System.Xml.XmlWriter writer
    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    System.Xml.Serialization.IXmlSerializable