Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoCTeAutorizado

    Classe de detalhamento do evento de CTe autorizado

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoCTeAutorizado
    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 DetEventoCTeAutorizado : EventoDetalhe, IXmlSerializable

    Fields

    CTeField

    Declaration
    DetEventoCTeAutorizadoCTe CTeField
    Field Value
    Type Description
    DetEventoCTeAutorizadoCTe

    EmitField

    Declaration
    DetEventoCTeAutorizadoEmit EmitField
    Field Value
    Type Description
    DetEventoCTeAutorizadoEmit

    Properties

    CTe

    Evento do CTe autorizado

    Declaration
    public DetEventoCTeAutorizadoCTe CTe { get; set; }
    Property Value
    Type Description
    DetEventoCTeAutorizadoCTe

    DescEvento

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

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

    Emit

    Evento do emitente do CTe autorizado

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

    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