Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoRegistroPassagem

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoRegistroPassagem
    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.SetValue(PropertyInfo)
    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 DetEventoRegistroPassagem : EventoDetalhe, IXmlSerializable

    Fields

    _evCTeRegPassagem

    Declaration
    EvCTeRegPassagem _evCTeRegPassagem
    Field Value
    Type Description
    EvCTeRegPassagem

    Properties

    ChMDFe

    Chave de acesso do MDFe relacionado ao registro de passagem.

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

    CPFFunc

    CPF do funcionário que registrou a passagem.

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

    CUFTransito

    Código da UF de trânsito.

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

    CUnidFiscal

    Código da unidade fiscal.

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

    DescEvento

    Descrição do evento de registro de passagem.

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

    DhPass

    Data e hora da passagem.

    Declaration
    public DateTimeOffset DhPass { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhPassField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhPass" para atribuir ou resgatar o valor)

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

    EvCTeRegPassagem

    Evento de registro de passagem do CT-e.

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

    Placa

    Placa do veículo.

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

    TpSentido

    Tipo de sentido do registro de passagem.

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

    TpTransm

    Tipo de transmissão do registro de passagem.

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

    XFunc

    Nome do funcionário que registrou a passagem.

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

    XUnidFiscal

    Descrição da unidade fiscal.

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

    Methods

    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