PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class OrcBELinhaDimProcExecucao

    Inheritance
    System.Object
    OrcBaseBE
    OrcBELinhaDimProcExecucao
    Inherited Members
    OrcBaseBE.AbvtApl
    Namespace: OrcBE100
    Assembly: OrcBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("50FD084F-54A1-4F2E-B6B8-C446147BD037")]
    [ClassInterface(ClassInterfaceType.None)]
    public class OrcBELinhaDimProcExecucao : OrcBaseBE

    Constructors

    OrcBELinhaDimProcExecucao()

    Declaration
    public OrcBELinhaDimProcExecucao()

    Properties

    CamposUtil

    Campos de utilizador associados à entidade.

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

    ChaveLog

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

    IdLinhaProc

    ID da linha

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

    Linha

    Identificação da linha

    Declaration
    public int Linha { get; set; }
    Property Value
    Type Description
    System.Int32

    ListaCodigos

    Lista de Codigos da Dimensão

    Declaration
    public string[] ListaCodigos { get; }
    Property Value
    Type Description
    System.String[]

    ListaDimensoes

    Lista de Dimensões

    Declaration
    public string[] ListaDimensoes { get; }
    Property Value
    Type Description
    System.String[]

    Perc

    Percentagem utilizada

    Declaration
    public double Perc { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    GetCodigo(Int32)

    Codigo da Dimensão

    Declaration
    public string GetCodigo(int Indice)
    Parameters
    Type Name Description
    System.Int32 Indice
    Returns
    Type Description
    System.String

    GetDimensao(Int32)

    Dimensão

    Declaration
    public string GetDimensao(int Indice)
    Parameters
    Type Name Description
    System.Int32 Indice
    Returns
    Type Description
    System.String

    SetCodigo(Int32, String)

    Declaration
    public void SetCodigo(int Indice, string value)
    Parameters
    Type Name Description
    System.Int32 Indice
    System.String value

    SetDimensao(Int32, String)

    Declaration
    public void SetDimensao(int Indice, string value)
    Parameters
    Type Name Description
    System.Int32 Indice
    System.String value