Class LocalAcidente
Inheritance
System.Object
LocalAcidente
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class LocalAcidente
Properties
Bairro
Declaration
public string Bairro { get; set; }
Property Value
Type |
Description |
System.String |
|
Cep
Declaration
public string Cep { get; set; }
Property Value
Type |
Description |
System.String |
|
CodMunic
Declaration
public string CodMunic { get; set; }
Property Value
Type |
Description |
System.String |
|
CodPostal
Declaration
public string CodPostal { get; set; }
Property Value
Type |
Description |
System.String |
|
Complemento
Declaration
public string Complemento { get; set; }
Property Value
Type |
Description |
System.String |
|
DscLocal
Declaration
public string DscLocal { get; set; }
Property Value
Type |
Description |
System.String |
|
DscLograd
Declaration
public string DscLograd { get; set; }
Property Value
Type |
Description |
System.String |
|
IdeLocalAcid
Declaration
public IdeLocalAcid IdeLocalAcid { get; set; }
Property Value
NrLograd
Declaration
public string NrLograd { get; set; }
Property Value
Type |
Description |
System.String |
|
Pais
Declaration
public string Pais { get; set; }
Property Value
Type |
Description |
System.String |
|
TpLocal
Declaration
public TipoLocalAcidente TpLocal { get; set; }
Property Value
TpLograd
Declaration
public string TpLograd { get; set; }
Property Value
Type |
Description |
System.String |
|
Uf
Declaration
public UFBrasil? Uf { get; set; }
Property Value
Type |
Description |
System.Nullable<UFBrasil> |
|
Methods
ShouldSerializeBairro()
Declaration
public bool ShouldSerializeBairro()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCep()
Declaration
public bool ShouldSerializeCep()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCodMunic()
Declaration
public bool ShouldSerializeCodMunic()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCodPostal()
Declaration
public bool ShouldSerializeCodPostal()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeComplemento()
Declaration
public bool ShouldSerializeComplemento()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDscLocal()
Declaration
public bool ShouldSerializeDscLocal()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePais()
Declaration
public bool ShouldSerializePais()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpLograd()
Declaration
public bool ShouldSerializeTpLograd()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeUf()
Declaration
public bool ShouldSerializeUf()
Returns
Type |
Description |
System.Boolean |
|