Class BasBEIntRegiao
Classe que identifica um Regiao.
Implements
BasBE100.IBasBEIntRegiao
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: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("0d7f1329-2fab-41da-9e2f-9b9f26550963")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEIntRegiao : BasBaseBE, IBasBEIntRegiao
Constructors
BasBEIntRegiao()
Declaration
public BasBEIntRegiao()
Properties
CamposUtil
Colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Descricao
Descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o registo se encontra em modo de edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Inactivo
Registo Inactivo.
Declaration
public bool Inactivo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Regiao
Código do Regiao.
Declaration
public string Regiao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEIntRegiao