Class clsPermissao
Classe correspondente a uma permissão (definição dos perfis de acesso de cada utilizador na empresa).
Inheritance
System.Object
clsPermissao
Implements
AdmEngine100.IclsPermissao
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: AdmEngine100
Assembly: AdmEngine100.dll
Syntax
[ComVisible(true)]
[Guid("FB333468-4CCA-413F-ADC9-D8144766A034")]
[ClassInterface(ClassInterfaceType.None)]
public class clsPermissao : IclsPermissao
Constructors
clsPermissao()
Declaration
public clsPermissao()
Properties
ChaveLog
Chave de log.
Declaration
public string ChaveLog { get; }
Property Value
Type | Description |
---|---|
System.String |
CodigoTabLog
Código da tabela de Log.
Declaration
public string CodigoTabLog { get; }
Property Value
Type | Description |
---|---|
System.String |
DescEmp
Descrição da empresa
Declaration
public string DescEmp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescGrupo
Descrição do perfil (ou grupo).
Declaration
public string DescGrupo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Emp
Identificador da empresa.
Declaration
public string Emp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoBE
Estado de Log.
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Grupo
Identificador do perfil (ou grupo).
Declaration
public string Grupo { 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
AdmEngine100.IclsPermissao