Class EnderEmit
Endereço do emitente.
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class EnderEmit
Properties
CEP
CEP do endereço do emitente.
Declaration
public string CEP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CMun
Código do município do endereço do emitente.
Declaration
public int CMun { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Fone
Telefone do endereço do emitente.
Declaration
public string Fone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nro
Número do endereço do emitente.
Declaration
public string Nro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UF
Sigla da UF do endereço do emitente.
Declaration
public UFBrasil UF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
XBairro
Bairro do endereço do emitente.
Declaration
public string XBairro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XCpl
Complemento do endereço do emitente.
Declaration
public string XCpl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XLgr
Logradouro do endereço do emitente.
Declaration
public string XLgr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMun
Nome do município do endereço do emitente.
Declaration
public string XMun { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCEP()
Verifica se a propriedade CEP deve ser serializada.
Declaration
public bool ShouldSerializeCEP()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFone()
Verifica se a propriedade Fone deve ser serializada.
Declaration
public bool ShouldSerializeFone()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXCpl()
Verifica se a propriedade XCpl deve ser serializada.
Declaration
public bool ShouldSerializeXCpl()
Returns
Type | Description |
---|---|
System.Boolean |