Class BasBEIntNaturezaTransA
Classe que identifica a natureza transA.
Implements
BasBE100.IBasBEIntNaturezaTransA
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("c4210769-ec50-47f5-a532-cb7de260372c")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEIntNaturezaTransA : BasBaseBE, IBasBEIntNaturezaTransA
Constructors
BasBEIntNaturezaTransA()
Declaration
public BasBEIntNaturezaTransA()
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 |
NaturezaA
Código do Natureza.
Declaration
public string NaturezaA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NaturezasB
Descrição.
Declaration
public BasBEIntNaturezasTransB NaturezasB { get; set; }
Property Value
Type | Description |
---|---|
BasBEIntNaturezasTransB |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEIntNaturezaTransA