Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Peri

    Inheritance
    object
    Peri
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class Peri

    Properties

    GrEmb

    Grupo de embalagem

    Declaration
    [XmlElement("grEmb")]
    public string GrEmb { get; set; }
    Property Value
    Type Description
    string

    NONU

    Número ONU

    Declaration
    [XmlElement("nONU")]
    public string NONU { get; set; }
    Property Value
    Type Description
    string

    QTotProd

    Quantidade total do produto

    Declaration
    [XmlElement("qTotProd")]
    public string QTotProd { get; set; }
    Property Value
    Type Description
    string

    QVolTipo

    Quantidade e tipo de volumes

    Declaration
    [XmlElement("qVolTipo")]
    public string QVolTipo { get; set; }
    Property Value
    Type Description
    string

    XClaRisco

    Classe de risco

    Declaration
    [XmlElement("xClaRisco")]
    public string XClaRisco { get; set; }
    Property Value
    Type Description
    string

    XNomeAE

    Nome apropriado para embarque

    Declaration
    [XmlElement("xNomeAE")]
    public string XNomeAE { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeGrEmb()

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

    Declaration
    public bool ShouldSerializeGrEmb()
    Returns
    Type Description
    bool

    ShouldSerializeQVolTipo()

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

    Declaration
    public bool ShouldSerializeQVolTipo()
    Returns
    Type Description
    bool

    ShouldSerializeXClaRisco()

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

    Declaration
    public bool ShouldSerializeXClaRisco()
    Returns
    Type Description
    bool

    ShouldSerializeXNomeAE()

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

    Declaration
    public bool ShouldSerializeXNomeAE()
    Returns
    Type Description
    bool