Class CampoAdicional
Inheritance
System.Object
CampoAdicional
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
[Serializable]
public class CampoAdicional
Properties
Campo
Declaration
public virtual CamposGNRE Campo { get; set; }
Property Value
CasasDecimais
Declaration
public int? CasasDecimais { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Codigo
Declaration
public Codigo Codigo { get; set; }
Property Value
Obrigatorio
Declaration
public SimNaoLetra Obrigatorio { get; set; }
Property Value
Tamanho
Declaration
public int? Tamanho { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Tipo
Declaration
public Tipo Tipo { get; set; }
Property Value
Titulo
Declaration
public string Titulo { get; set; }
Property Value
Type |
Description |
System.String |
|
VersoesXmlCampoAdicional
Declaration
public VersoesXmlCampoAdicional VersoesXmlCampoAdicional { get; set; }
Property Value
Methods
ShouldSerializeCasasDecimais()
Declaration
public bool ShouldSerializeCasasDecimais()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTamanho()
Declaration
public bool ShouldSerializeTamanho()
Returns
Type |
Description |
System.Boolean |
|