Class EnderDest
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class EnderDest
Properties
CEP
Declaration
[XmlElement("CEP")]
public string CEP { get; set; }
Property Value
CMun
Declaration
[XmlIgnore]
public int CMun { get; set; }
Property Value
CMunField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade CMun para atribuir ou resgatar o valor)
Declaration
[XmlElement("cMun")]
public string CMunField { get; set; }
Property Value
CPais
Declaration
[XmlElement("cPais")]
public int CPais { get; set; }
Property Value
Fone
Telefone com Código DDD + número
Declaration
[XmlElement("fone")]
public string Fone { get; set; }
Property Value
Nro
Declaration
[XmlElement("nro")]
public string Nro { get; set; }
Property Value
UF
Declaration
[XmlElement("UF")]
public UFBrasil UF { get; set; }
Property Value
XBairro
Declaration
[XmlElement("xBairro")]
public string XBairro { get; set; }
Property Value
XCpl
Declaration
[XmlElement("xCpl")]
public string XCpl { get; set; }
Property Value
XLgr
Declaration
[XmlElement("xLgr")]
public string XLgr { get; set; }
Property Value
XMun
Declaration
[XmlElement("xMun")]
public string XMun { get; set; }
Property Value
XPais
Declaration
[XmlElement("xPais")]
public string XPais { get; set; }
Property Value
Methods
ShouldSerializeCEP()
Declaration
public bool ShouldSerializeCEP()
Returns
ShouldSerializeCPais()
Declaration
public bool ShouldSerializeCPais()
Returns
ShouldSerializeFone()
Declaration
public bool ShouldSerializeFone()
Returns
ShouldSerializeXCpl()
Declaration
public bool ShouldSerializeXCpl()
Returns
ShouldSerializeXPais()
Declaration
public bool ShouldSerializeXPais()
Returns