Copyright © Unimake Software
Generated with DocFX

Search Results for

    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()
    Namespace: Unimake.Business.DFe.Xml.GNRE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class CampoAdicional

    Properties

    Campo

    Declaration
    public virtual CamposGNRE Campo { get; set; }
    Property Value
    Type Description
    CamposGNRE

    CasasDecimais

    Declaration
    public int? CasasDecimais { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Codigo

    Declaration
    public Codigo Codigo { get; set; }
    Property Value
    Type Description
    Codigo

    Obrigatorio

    Declaration
    public SimNaoLetra Obrigatorio { get; set; }
    Property Value
    Type Description
    SimNaoLetra

    Tamanho

    Declaration
    public int? Tamanho { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Tipo

    Declaration
    public Tipo Tipo { get; set; }
    Property Value
    Type Description
    Tipo

    Titulo

    Declaration
    public string Titulo { get; set; }
    Property Value
    Type Description
    System.String

    VersoesXmlCampoAdicional

    Declaration
    public VersoesXmlCampoAdicional VersoesXmlCampoAdicional { get; set; }
    Property Value
    Type Description
    VersoesXmlCampoAdicional

    Methods

    ShouldSerializeCasasDecimais()

    Declaration
    public bool ShouldSerializeCasasDecimais()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeTamanho()

    Declaration
    public bool ShouldSerializeTamanho()
    Returns
    Type Description
    System.Boolean