Class Rastro
Classe de informações da rastreabilidade
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class Rastro
Properties
CAgreg
Código de agregação
Declaration
[XmlElement("cAgreg")]
public string CAgreg { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DFab
Data de fabricação/produção. Formato AAAA-MM-DD
Declaration
[XmlIgnore]
public DateTime DFab { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
DFabField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DFab para atribuir ou resgatar o valor)
Declaration
[XmlElement("dFab")]
public string DFabField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DVal
Data de validade. Informar o último dia do mês caso a validade não especifique o dia. Formato AAAA-MM-DD
Declaration
[XmlIgnore]
public DateTime DVal { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
DValField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DVal para atribuir ou resgatar o valor)
Declaration
[XmlElement("dVal")]
public string DValField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NLote
Número do lote do produto
Declaration
[XmlElement("nLote")]
public string NLote { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QLote
Quantidade de produto no lote
Declaration
[XmlIgnore]
public double QLote { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
QLoteField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade QLote para atribuir ou resgatar o valor)
Declaration
[XmlElement("qLote")]
public string QLoteField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeCAgreg()
Declaration
public bool ShouldSerializeCAgreg()
Returns
| Type | Description |
|---|---|
| bool |