Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Vol

    Classe de informações de Vol

    Inheritance
    System.Object
    Vol
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class Vol

    Fields

    EspField

    Declaration
    string EspField
    Field Value
    Type Description
    System.String

    MarcaField

    Declaration
    string MarcaField
    Field Value
    Type Description
    System.String

    Properties

    Esp

    Espécie dos volumes transportados

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

    Lacres

    Dados dos lacres

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

    Marca

    Marca dos volumes transportados

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

    NVol

    Numeração dos volumes transportados

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

    PesoB

    Peso bruto (em kg)

    Declaration
    public double PesoB { get; set; }
    Property Value
    Type Description
    System.Double

    PesoBField

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

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

    PesoL

    Peso líquido (em kg)

    Declaration
    public double PesoL { get; set; }
    Property Value
    Type Description
    System.Double

    PesoLField

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

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

    QVol

    Quantidade de volumes transportados

    Declaration
    public double QVol { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    ShouldSerializeEsp()

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

    ShouldSerializeMarca()

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

    ShouldSerializeNVol()

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

    ShouldSerializePesoBField()

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

    ShouldSerializePesoLField()

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

    ShouldSerializeQVol()

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