Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProdPred

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

    Properties

    CEAN

    Código de barras GTIN (Global Trade Item Number) do produto, antigo código EAN ou código de barras padrão da GS1

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

    InfLotacao

    Informações da Lotacão

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

    NCM

    Código NCM (Nomenclatura Comum do Mercosul)

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

    TpCarga

    Tipo da Carga

    Declaration
    public TipoCargaMDFe TpCarga { get; set; }
    Property Value
    Type Description
    TipoCargaMDFe

    XProd

    Descrição do Produto Predominante

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

    Methods

    ShouldSerializeCEAN()

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

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

    ShouldSerializeNCM()

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

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