PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEPainel

    Classe que contém todas as propriedades relativas a um Painel.

    Inheritance
    System.Object
    StdBEPainel
    Implements
    StdPlatBE100.IStdBEPainel
    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("159E4551-5D17-4B9C-A872-4A66D1B80C95")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEPainel : IStdBEPainel

    Constructors

    StdBEPainel()

    Declaration
    public StdBEPainel()

    Properties

    Activo

    Identificador do Estado do Painel.

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

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição.

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

    Geral

    Identificador geral do Painel.

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

    Id

    Identificador do Id do Painel.

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

    Layout

    Identificador de Layout.

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

    Nome

    Identificador do Nome do Painel.

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

    Perfis

    Identificador de Perfis

    Declaration
    public StdBEPainelPerfis Perfis { get; }
    Property Value
    Type Description
    StdBEPainelPerfis

    Sistema

    Identificador Sistema.

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

    Utilizadores

    Identificador de Utilizadores.

    Declaration
    public StdBEPainelUtilizadores Utilizadores { get; }
    Property Value
    Type Description
    StdBEPainelUtilizadores

    Implements

    StdPlatBE100.IStdBEPainel