Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoMDFeRegPassagemAuto

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoMDFeRegPassagemAuto
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DetEventoMDFeRegPassagemAuto : EventoDetalhe, IXmlSerializable

    Fields

    _eventoMDFeRegPassagemAuto

    Declaration
    EventoMDFeRegPassagemAuto _eventoMDFeRegPassagemAuto
    Field Value
    Type Description
    EventoMDFeRegPassagemAuto

    Properties

    CIdEquip

    Código de identificação do equipamento.

    Declaration
    public string CIdEquip { 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

    DescEvento

    Descrição do Evento.

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

    DhPass

    Data e hora da passagem.

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

    EventoMDFeRegPassagemAuto

    Evento de Registro de Passagem Automático do MDF-e.

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

    Latitude

    Latitude da passagem.

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

    Longitude

    Longitude da passagem.

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

    NSU

    Número Sequencial Único.

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

    Placa

    Placa do veículo.

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

    TpEquip

    Tipo do equipamento.

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

    TpSentido

    Tipo de sentido.

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

    TpTransm

    Tipo de transmissão.

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

    XIdEquip

    Descrição do equipamento.

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

    Methods

    SetValue(PropertyInfo)

    Define o valor da propriedade usando informações de reflexão.

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

    WriteXml(XmlWriter)

    Serializa o objeto DetEventoMDFeRegPassagemAuto em XML.

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

    O XmlWriter usado para serialização.

    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    System.Xml.Serialization.IXmlSerializable