Class GabBERegistoLSelado
Classe de definição do objecto GabBERegistoLSelado.
Implements
GabBE100.IGabBERegistoLSelado
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
[ComVisible(true)]
[Guid("3D72BCED-CE46-4F31-BBCC-A20E7F86B644")]
[ClassInterface(ClassInterfaceType.None)]
public class GabBERegistoLSelado : GabBaseBE, IGabBERegistoLSelado
Constructors
GabBERegistoLSelado()
Declaration
public GabBERegistoLSelado()
Properties
CamposUtil
Devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Cliente
Identificador do Cliente.
Declaration
public string Cliente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataFinal
Data final do livro selado.
Declaration
public DateTime DataFinal { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataInicial
Data inicial do livro selado.
Declaration
public DateTime DataInicial { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataMovimento
Data do movimento.
Declaration
public DateTime DataMovimento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EmModoEdicao
Indica se se trata de um novo registo ou de um já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Funcionario
Identificador do Funcionário.
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador único do registo.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Livro
Identificador do livro selado.
Declaration
public string Livro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacoes
Observações associadas.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Operacao
Identificador da operação.
Declaration
public string Operacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
GabBE100.IGabBERegistoLSelado