Class Tot
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class Tot
Properties
CUnid
Código da Unidade de Medida
Declaration
[XmlElement("cUnid")]
public CodigoUnidadeMedidaMDFe CUnid { get; set; }
Property Value
| Type | Description |
|---|---|
| CodigoUnidadeMedidaMDFe |
QCTe
Quantidade de CT-e
Declaration
[XmlElement("qCTe")]
public int QCTe { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
QCarga
Quantidade Total da Carga
Declaration
[XmlIgnore]
public double QCarga { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
QCargaField
Campo para serialização da Quantidade Total da Carga
Declaration
[XmlElement("qCarga")]
public string QCargaField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QMDFe
Quantidade de MDF-e
Declaration
[XmlElement("qMDFe")]
public int QMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
QNFe
Quantidade de NF-e
Declaration
[XmlElement("qNFe")]
public int QNFe { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
VCarga
Valor Total da Carga
Declaration
[XmlIgnore]
public double VCarga { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VCargaField
Campo para serialização do Valor Total da Carga
Declaration
[XmlElement("vCarga")]
public string VCargaField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeQCTe()
Verifica se deve serializar o campo QCTe (maior que 0)
Declaration
public bool ShouldSerializeQCTe()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeQMDFe()
Verifica se deve serializar o campo QMDFe (maior que 0)
Declaration
public bool ShouldSerializeQMDFe()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeQNFe()
Verifica se deve serializar o campo QNFe (maior que 0)
Declaration
public bool ShouldSerializeQNFe()
Returns
| Type | Description |
|---|---|
| bool |