Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoMDFeRegPassagemAuto

    Inheritance
    object
    EventoDetalhe
    DetEventoMDFeRegPassagemAuto
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEventoMDFeRegPassagemAuto")]
    public class DetEventoMDFeRegPassagemAuto : EventoDetalhe, IXmlSerializable

    Properties

    CIdEquip

    Código de identificação do equipamento.

    Declaration
    [XmlIgnore]
    public string CIdEquip { get; set; }
    Property Value
    Type Description
    string

    CUFTransito

    Código da UF de trânsito.

    Declaration
    [XmlIgnore]
    public string CUFTransito { get; set; }
    Property Value
    Type Description
    string

    DescEvento

    Descrição do Evento.

    Declaration
    [XmlIgnore]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    DhPass

    Data e hora da passagem.

    Declaration
    [XmlIgnore]
    public string DhPass { get; set; }
    Property Value
    Type Description
    string

    EventoMDFeRegPassagemAuto

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

    Declaration
    [XmlElement(ElementName = "evMDFeRegPassagemAuto", Order = 0)]
    public EventoMDFeRegPassagemAuto EventoMDFeRegPassagemAuto { get; set; }
    Property Value
    Type Description
    EventoMDFeRegPassagemAuto

    Latitude

    Latitude da passagem.

    Declaration
    [XmlIgnore]
    public string Latitude { get; set; }
    Property Value
    Type Description
    string

    Longitude

    Longitude da passagem.

    Declaration
    [XmlIgnore]
    public string Longitude { get; set; }
    Property Value
    Type Description
    string

    NSU

    Número Sequencial Único.

    Declaration
    [XmlIgnore]
    public string NSU { get; set; }
    Property Value
    Type Description
    string

    Placa

    Placa do veículo.

    Declaration
    [XmlIgnore]
    public string Placa { get; set; }
    Property Value
    Type Description
    string

    TpEquip

    Tipo do equipamento.

    Declaration
    [XmlIgnore]
    public string TpEquip { get; set; }
    Property Value
    Type Description
    string

    TpSentido

    Tipo de sentido.

    Declaration
    [XmlIgnore]
    public string TpSentido { get; set; }
    Property Value
    Type Description
    string

    TpTransm

    Tipo de transmissão.

    Declaration
    [XmlIgnore]
    public string TpTransm { get; set; }
    Property Value
    Type Description
    string

    XIdEquip

    Descrição do equipamento.

    Declaration
    [XmlIgnore]
    public string XIdEquip { get; set; }
    Property Value
    Type Description
    string

    Methods

    WriteXml(XmlWriter)

    Serializa o objeto DetEventoMDFeRegPassagemAuto em XML.

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

    O XmlWriter usado para serialização.

    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    IXmlSerializable