Class StdBEPainelPerfil
Classe que contém todas as propriedades relativas a um Perfil de Painel.
Inheritance
System.Object
StdBEPainelPerfil
Implements
StdPlatBE100.IStdBEPainelPerfil
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("FECC2057-D2D9-4DE2-9D06-F25D3789A070")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEPainelPerfil : IStdBEPainelPerfil
Constructors
StdBEPainelPerfil()
Declaration
public StdBEPainelPerfil()
Properties
Activo
Identificador do estado do Perfil do Painel.
Declaration
public bool Activo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdPainel
Identificador do Id.
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 |
PerfilLocal
Identificador do Perfil Local.
Declaration
public string PerfilLocal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBEPainelPerfil