Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfProdEmb

    Classe de informações mais detalhadas do produto (usada na NFF)

    Inheritance
    System.Object
    InfProdEmb
    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 InfProdEmb

    Properties

    QVolEmb

    Volume do produto na embalagem

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

    QVolEmbField

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

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

    UEmb

    Unidade de Medida da Embalagem

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

    XEmb

    Embalagem do produto

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

    Methods

    ShouldSerializeQVolEmbField()

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

    ShouldSerializeUEmb()

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

    ShouldSerializeXEmb()

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