Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoRegistroPassagemAutomatico

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

    Fields

    _evCTeRegPassagemAuto

    Declaration
    EvCTeRegPassagemAuto _evCTeRegPassagemAuto
    Field Value
    Type Description
    EvCTeRegPassagemAuto

    Properties

    ChMDFe

    Chave de acesso do MDFe relacionado ao registro de passagem.

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

    DescEvento

    Descrição do evento de registro de passagem automático.

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

    EvCTeRegPassagemAuto

    Evento de registro de passagem automático do CT-e.

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

    InfPass

    Informações do registro de passagem.

    Declaration
    public EvCTeRegPassagemAutoInfPass InfPass { get; set; }
    Property Value
    Type Description
    EvCTeRegPassagemAutoInfPass

    TpTransm

    Tipo de transmissão do registro de passagem.

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

    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