PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEADUUtilizador

    Classe que contém todas as propriedades relativas aos Utilizadores dos Alertas do Utilizador.

    Inheritance
    System.Object
    StdBEADUUtilizador
    Implements
    StdPlatBE100.IStdBEADUUtilizador
    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("E116DCF2-2F86-4168-8693-AD9FD2C8E9A7")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEADUUtilizador : IStdBEADUUtilizador

    Constructors

    StdBEADUUtilizador()

    Declaration
    public StdBEADUUtilizador()

    Properties

    Activo

    Identificador do estado o Utilizador dos Alertas do Utilizador.

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

    IdAlerta

    Identificador di Id do Alerta do Utilizador.

    Declaration
    public string IdAlerta { 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

    Utilizador

    Identificador do Utilizador.

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

    Implements

    StdPlatBE100.IStdBEADUUtilizador