PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class OrcBEDisposicaoLegal

    Classe que define uma disposição legal

    Inheritance
    System.Object
    OrcBaseBE
    OrcBEDisposicaoLegal
    Inherited Members
    OrcBaseBE.AbvtApl
    Namespace: OrcBE100
    Assembly: OrcBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("795C751B-150E-4ED4-A6AC-CC75BD0EEFFE")]
    [ClassInterface(ClassInterfaceType.None)]
    public class OrcBEDisposicaoLegal : OrcBaseBE

    Constructors

    OrcBEDisposicaoLegal()

    Declaration
    public OrcBEDisposicaoLegal()

    Properties

    Ativo

    Indica se a disposição legal se encontra ativa

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

    CamposUtil

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

    Codigo

    Código da disposição legal

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

    Descricao

    Descricao da disposição legal

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

    DisposicaoLegal

    Disposição legal

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

    EmModoEdicao

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

    Finalidade

    Identifica a finalidade de uma disposição legal

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

    Observacoes

    Descricao da disposição legal

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()