Class StdBEPainelUtilizador
Classe que contém todas as propriedades relativas a um Painel de Utilizador.
Inheritance
System.Object
StdBEPainelUtilizador
Implements
StdPlatBE100.IStdBEPainelUtilizador
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("1457E731-BC6B-4EAD-B4FE-9EB3BF13FD11")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEPainelUtilizador : IStdBEPainelUtilizador
Constructors
StdBEPainelUtilizador()
Declaration
public StdBEPainelUtilizador()
Properties
Activo
Identificador do Estado do Painel de Utilizador.
Declaration
public bool Activo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdPainel
Identificador do Id do Painel de Utilizador.
Declaration
public string IdPainel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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.IStdBEPainelUtilizador