PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEModulo

    Classe que contém todas as propriedades relativas a um Módulo.

    Inheritance
    System.Object
    StdBEModulo
    Implements
    StdPlatBE100.IStdBEModulo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("22D3F129-4029-4C63-BA84-0E1D33099821")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEModulo : IStdBEModulo

    Constructors

    StdBEModulo()

    Declaration
    public StdBEModulo()

    Properties

    AbvtModulo

    Identificador da Abreviatura do Módulo.

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

    Activo

    Identificador do Estado do Módulo.

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

    Autenticado

    Identificador Autenticado.

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

    Inicializado

    Identificador Inicializado.

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

    Loader

    Identificador Loader

    Declaration
    public StdBELoaderModulo Loader { get; set; }
    Property Value
    Type Description
    StdBELoaderModulo

    NomeModulo

    Identificador do Nome do Módulo.

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    StdPlatBE100.IStdBEModulo