Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoMDFeAutorizadoComCTe

    Classe de detalhamento do evento do MDFe autorizado com CTe

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoMDFeAutorizadoComCTe
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.XmlReader
    EventoDetalhe.hasField
    EventoDetalhe.bindingFlags
    EventoDetalhe.SetValue(Type)
    EventoDetalhe.SetValue(PropertyInfo)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DetEventoMDFeAutorizadoComCTe : EventoDetalhe, IXmlSerializable

    Fields

    EmitField

    Declaration
    DetEventoMDFeAutorizadoComCTeEmit EmitField
    Field Value
    Type Description
    DetEventoMDFeAutorizadoComCTeEmit

    MDFeField

    Declaration
    DetEventoMDFeAutorizadoComCTeMDFe MDFeField
    Field Value
    Type Description
    DetEventoMDFeAutorizadoComCTeMDFe

    Properties

    COrgaoAutor

    Código do órgão autor do evento. Informar o código da UF para este evento.

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

    DescEvento

    Descrição do evento. Padrão = MDF-e Autorizado com CT-e

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

    Emit

    Evento com o emitente do MDFe autorizado com CTe

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

    MDFe

    Evento do MDFe autorizado com CTe

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

    TpAutor

    Tipo do autor

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

    VerAplic

    Versão do aplicativo do autor do evento

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

    Methods

    ProcessReader()

    Declaration
    override void ProcessReader()
    Overrides
    EventoDetalhe.ProcessReader()

    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