PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhaClassificacaoDoc

    Classe que permite o acesso à informação das linhas das Classificações de Documentos

    Inheritance
    System.Object
    CblBaseBE
    CblBELinhaClassificacaoDoc
    Implements
    CblBE100.ICblBELinhaClassificacaoDoc
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("ED7EA3C3-654C-4612-92E6-64C0DF766D03")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBELinhaClassificacaoDoc : CblBaseBE, ICblBELinhaClassificacaoDoc

    Constructors

    CblBELinhaClassificacaoDoc()

    Declaration
    public CblBELinhaClassificacaoDoc()

    Properties

    CamposUtil

    Colecção de Campos de Utilizadores.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    Categoria

    Identificador da Categoria

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

    ID

    Identificador da Linha da Classificação de Documentos

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

    IdClassificacaoDocumento

    Identificador da Classificação de Documentos

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBELinhaClassificacaoDoc