Class EnderEmit
Inheritance
System.Object
EnderEmit
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class EnderEmit
Properties
CEP
CEP
Declaration
public string CEP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CMun
Código do Município
Declaration
public int CMun { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fone
Telefone
Declaration
public string Fone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nro
Número
Declaration
public string Nro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UF
UF
Declaration
public UFBrasil UF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
XBairro
Bairro
Declaration
public string XBairro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XCpl
Complemento
Declaration
public string XCpl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XLgr
Logradouro
Declaration
public string XLgr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMun
Nome do Município
Declaration
public string XMun { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCEP()
Verifica se deve serializar o campo CEP (não vazio)
Declaration
public bool ShouldSerializeCEP()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeEmail()
Verifica se deve serializar o campo Email (não vazio)
Declaration
public bool ShouldSerializeEmail()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFone()
Verifica se deve serializar o campo Fone (não vazio)
Declaration
public bool ShouldSerializeFone()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXCpl()
Verifica se deve serializar o campo XCpl (não vazio)
Declaration
public bool ShouldSerializeXCpl()
Returns
Type | Description |
---|---|
System.Boolean |