Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfQ

    Informações de quantidades da carga.

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

    Properties

    CUnid

    Código da unidade de medida.

    Declaration
    public CodigoUnidadeMedidaCTe CUnid { get; set; }
    Property Value
    Type Description
    CodigoUnidadeMedidaCTe

    QCarga

    Quantidade da carga.

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

    QCargaField

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

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

    TpMed

    Tipo da medida.

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