Class Peri
Inheritance
System.Object
Peri
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 Peri
Properties
GrEmb
Grupo de embalagem
Declaration
public string GrEmb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NONU
Número ONU
Declaration
public string NONU { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QTotProd
Quantidade total do produto
Declaration
public string QTotProd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QVolTipo
Quantidade e tipo de volumes
Declaration
public string QVolTipo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XClaRisco
Classe de risco
Declaration
public string XClaRisco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XNomeAE
Nome apropriado para embarque
Declaration
public string XNomeAE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeGrEmb()
Verifica se deve serializar o campo GrEmb (não vazio)
Declaration
public bool ShouldSerializeGrEmb()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeQVolTipo()
Verifica se deve serializar o campo QVolTipo (não vazio)
Declaration
public bool ShouldSerializeQVolTipo()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXClaRisco()
Verifica se deve serializar o campo XClaRisco (não vazio)
Declaration
public bool ShouldSerializeXClaRisco()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXNomeAE()
Verifica se deve serializar o campo XNomeAE (não vazio)
Declaration
public bool ShouldSerializeXNomeAE()
Returns
Type | Description |
---|---|
System.Boolean |