Class RetConsSitDCe
Inheritance
RetConsSitDCe
Assembly: Unimake.Business.DFe.dll
Syntax
[XmlRoot("retConsSitDCe", Namespace = "http://www.portalfiscal.inf.br/dce", IsNullable = false)]
public class RetConsSitDCe : XMLBase, IXmlSerializable
Properties
CStat
Declaration
[XmlElement("cStat")]
public int CStat { get; set; }
Property Value
CUF
Declaration
[XmlIgnore]
public UFBrasil CUF { get; set; }
Property Value
CUFField
Declaration
[XmlElement("cUF")]
public int CUFField { get; set; }
Property Value
ChDCe
Declaration
[XmlElement("chDCe")]
public string ChDCe { get; set; }
Property Value
DhRecbto
Declaration
[XmlIgnore]
public DateTimeOffset DhRecbto { get; set; }
Property Value
DhRecbtoField
Declaration
[XmlElement("dhRecbto")]
public string DhRecbtoField { get; set; }
Property Value
ProcEventoDCe
Declaration
[XmlElement("procEventoDCe")]
public List<ProcEventoDCe> ProcEventoDCe { get; set; }
Property Value
ProtDCe
Declaration
[XmlElement("protDCe")]
public ProtDCe ProtDCe { get; set; }
Property Value
TpAmb
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
VerAplic
Declaration
[XmlElement("verAplic")]
public string VerAplic { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
XMotivo
Declaration
[XmlElement("xMotivo")]
public string XMotivo { get; set; }
Property Value
Methods
ShouldSerializeProcEventoDCe()
Declaration
public bool ShouldSerializeProcEventoDCe()
Returns
ShouldSerializeProtDCe()
Declaration
public bool ShouldSerializeProtDCe()
Returns
Implements