PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEIDUPerfil

    Classe que contém todas as propriedades relativas aos Perfis.

    Inheritance
    System.Object
    StdBEIDUPerfil
    Implements
    StdPlatBE100.IStdBEIDUPerfil
    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("104E53B0-7746-4CA4-A5D8-8B65B265F8E8")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEIDUPerfil : IStdBEIDUPerfil

    Constructors

    StdBEIDUPerfil()

    Declaration
    public StdBEIDUPerfil()

    Properties

    Activo

    Identificador do Estado do Perfil.

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

    IdIndicador

    Identificador do Id do Indicador de Utilizador.

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

    NoMonitorNegocios

    Indica se o Alerta de Utilizador está inserido No Monitor de Negócios.

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

    Perfil

    Identificador do Perfil.

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

    PerfilLocal

    Identificador do Perfil Local.

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

    Implements

    StdPlatBE100.IStdBEIDUPerfil