PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class OrcBEFundoDispItemAnteci

    Inheritance
    System.Object
    OrcBaseBE
    OrcBEFundoDispItemAnteci
    Inherited Members
    OrcBaseBE.AbvtApl
    Namespace: OrcBE100
    Assembly: OrcBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("7EE4CDED-11FF-4500-8EA4-015F12188A62")]
    [ClassInterface(ClassInterfaceType.None)]
    public class OrcBEFundoDispItemAnteci : OrcBaseBE

    Constructors

    OrcBEFundoDispItemAnteci()

    Declaration
    public OrcBEFundoDispItemAnteci()

    Properties

    Ano

    Identificador do Ano.

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

    CamposUtil

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

    ChaveLog

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

    CodigoTabLog

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

    Conteudo

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

    EmModoEdicao

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    EstadoBE

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

    Item

    Identificador do Item de configuração.

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

    MesAntecipacao

    Declaration
    public OrcBEFundoDispConfigItem.enMesFundoDisponivel MesAntecipacao { get; set; }
    Property Value
    Type Description
    OrcBEFundoDispConfigItem.enMesFundoDisponivel

    OrdemItem

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

    Periodo

    Identificador do Período.

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

    PeriodoAntecipado

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

    ValorAntecipado

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()