Class LocalBase
Classe para definir informações base de local
Assembly: Unimake.Business.DFe.dll
Syntax
public abstract class LocalBase
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
CNPJ
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
CPF
Declaration
[XmlElement("CPF")]
public string CPF { get; set; }
Property Value
CPais
Declaration
[XmlElement("cPais")]
public int CPais { get; set; }
Property Value
Email
Informar o e-mail do expedidor/Recebedor
Declaration
[XmlElement("email")]
public string Email { get; set; }
Property Value
Fone
Telefone com Código DDD + número
Declaration
[XmlElement("fone")]
public string Fone { get; set; }
Property Value
IE
Declaration
[XmlElement("IE")]
public string IE { 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
XNome
Razão Social ou Nome do Expedidor/Recebedor
Declaration
[XmlElement("xNome")]
public string XNome { get; set; }
Property Value
XPais
Declaration
[XmlElement("xPais")]
public string XPais { get; set; }
Property Value
Methods
ShouldSerializeCEP()
Declaration
public bool ShouldSerializeCEP()
Returns
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
ShouldSerializeCPais()
Declaration
public bool ShouldSerializeCPais()
Returns
ShouldSerializeEmail()
Declaration
public bool ShouldSerializeEmail()
Returns
ShouldSerializeFone()
Declaration
public bool ShouldSerializeFone()
Returns
ShouldSerializeIE()
Declaration
public bool ShouldSerializeIE()
Returns
ShouldSerializeXCpl()
Declaration
public bool ShouldSerializeXCpl()
Returns
ShouldSerializeXNome()
Declaration
public bool ShouldSerializeXNome()
Returns
ShouldSerializeXPais()
Declaration
public bool ShouldSerializeXPais()
Returns