Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class VeicTracao

    Inheritance
    System.Object
    VeicTracao
    Inherited Members
    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 VeicTracao

    Properties

    CapKG

    Capacidade em KG

    Declaration
    public int CapKG { get; set; }
    Property Value
    Type Description
    System.Int32

    CapM3

    Capacidade em M3

    Declaration
    public int CapM3 { get; set; }
    Property Value
    Type Description
    System.Int32

    CInt

    Código Interno do Veículo

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

    Condutor

    Condutores do Veículo

    Declaration
    public List<Condutor> Condutor { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Condutor>

    Placa

    Placa do Veículo

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

    Prop

    Proprietário do Veículo

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

    RENAVAM

    RENAVAM do Veículo

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

    Tara

    Tara em KG

    Declaration
    public int Tara { get; set; }
    Property Value
    Type Description
    System.Int32

    TpCar

    Tipo da Carroceria

    Declaration
    public TipoCarroceriaMDFe TpCar { get; set; }
    Property Value
    Type Description
    TipoCarroceriaMDFe

    TpRod

    Tipo do Rodado

    Declaration
    public TipoRodado TpRod { get; set; }
    Property Value
    Type Description
    TipoRodado

    UF

    UF do Veículo

    Declaration
    public UFBrasil? UF { get; set; }
    Property Value
    Type Description
    System.Nullable<UFBrasil>

    Methods

    ShouldSerializeCapKG()

    Verifica se deve serializar o campo CapKG (maior que 0)

    Declaration
    public bool ShouldSerializeCapKG()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCapM3()

    Verifica se deve serializar o campo CapM3 (maior que 0)

    Declaration
    public bool ShouldSerializeCapM3()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCInt()

    Verifica se deve serializar o campo CInt (não vazio)

    Declaration
    public bool ShouldSerializeCInt()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeRENAVAM()

    Verifica se deve serializar o campo RENAVAM (não vazio)

    Declaration
    public bool ShouldSerializeRENAVAM()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeUF()

    Verifica se deve serializar o campo UF (não nulo)

    Declaration
    public bool ShouldSerializeUF()
    Returns
    Type Description
    System.Boolean