Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class VeiculoBase

    Classe base para informações em comum dos veículos

    Inheritance
    object
    VeiculoBase
    Reboque
    VeicTransp
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public abstract class VeiculoBase

    Properties

    Placa

    Placa do veículo

    Declaration
    [XmlElement("placa")]
    public string Placa { get; set; }
    Property Value
    Type Description
    string

    RNTC

    Registro Nacional de Transportador de Carga (ANTT)

    Declaration
    [XmlElement("RNTC")]
    public string RNTC { get; set; }
    Property Value
    Type Description
    string

    UF

    Sigla da UF

    Declaration
    [XmlElement("UF")]
    public UFBrasil? UF { get; set; }
    Property Value
    Type Description
    UFBrasil?

    Methods

    ShouldSerializeRNTC()

    Declaration
    public bool ShouldSerializeRNTC()
    Returns
    Type Description
    bool

    ShouldSerializeUF()

    Declaration
    public bool ShouldSerializeUF()
    Returns
    Type Description
    bool