Class StdBEADUPerfil
Classe que contém todas as propriedades relativas aos Perfis de Alertas do Utilizador.
Inheritance
System.Object
StdBEADUPerfil
Implements
StdPlatBE100.IStdBEADUPerfil
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("0DA5E0AB-146F-4755-9FCC-338EB77E7CE4")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEADUPerfil : IStdBEADUPerfil
Constructors
StdBEADUPerfil()
Declaration
public StdBEADUPerfil()
Properties
Activo
Identificador do Estado do Perfil.
Declaration
public bool Activo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdAlerta
Identificador do 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 |
PerfilLocal
Identificador do Perfil Local.
Declaration
public string PerfilLocal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBEADUPerfil