Class BasBECategoria
Inheritance
System.Object
BasBECategoria
Implements
BasBE100.IBasBECategoria
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()
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("6b954e1d-bb7e-48a5-924f-d9703f3cbcb9")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBECategoria : BasBaseBE, IBasBECategoria
Constructors
BasBECategoria()
Declaration
Properties
AcedeOperacao
Declaration
public bool AcedeOperacao { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Apl
Declaration
public string Apl { get; set; }
Property Value
Type |
Description |
System.String |
|
Audit
Declaration
public string Audit { get; set; }
Property Value
Type |
Description |
System.String |
|
Campo_Chave
Declaration
public string Campo_Chave { get; set; }
Property Value
Type |
Description |
System.String |
|
Campo_ChaveFisica
Declaration
public string Campo_ChaveFisica { get; set; }
Property Value
Type |
Description |
System.String |
|
Campo_Descricao
Declaration
public string Campo_Descricao { get; set; }
Property Value
Type |
Description |
System.String |
|
Categoria
Declaration
public string Categoria { get; set; }
Property Value
Type |
Description |
System.String |
|
DaDadosRelacionados
Declaration
public bool DaDadosRelacionados { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type |
Description |
System.String |
|
HelpContextId
Declaration
public int HelpContextId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxLenght_Chave
Declaration
public int MaxLenght_Chave { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxLenght_Descricao
Declaration
public int MaxLenght_Descricao { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Modulo
Declaration
public string Modulo { get; set; }
Property Value
Type |
Description |
System.String |
|
QuerySQL
Declaration
public string QuerySQL { get; set; }
Property Value
Type |
Description |
System.String |
|
Tabela
Declaration
public string Tabela { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoCategoria
Declaration
public BasBETipos.enumBAS_Categoria TipoCategoria { get; set; }
Property Value
Totalizadores
Colecção de totalizadores da categoria.
Declaration
public BasBETotalizadores Totalizadores { get; set; }
Property Value
Methods
DaCategoriaEntidade(String)
Declaration
public void DaCategoriaEntidade(string strTipoEntidade)
Parameters
Type |
Name |
Description |
System.String |
strTipoEntidade |
|
DaCategoriaTipoDoc(String)
Declaration
public void DaCategoriaTipoDoc(string strModulo)
Parameters
Type |
Name |
Description |
System.String |
strModulo |
|
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBECategoria