Class GabBELinhaLSCliente
Classe de definição do objecto GabBELinhaLSCliente.
Implements
GabBE100.IGabBELinhaLSCliente
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
[ComVisible(true)]
[Guid("2E6C6597-FA61-40EA-B84D-321150A13B95")]
[ClassInterface(ClassInterfaceType.None)]
public class GabBELinhaLSCliente : GabBaseBE, IGabBELinhaLSCliente
Constructors
GabBELinhaLSCliente()
Declaration
public GabBELinhaLSCliente()
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 |
DataValidade
Data de validade do Livro Selado
Declaration
public DateTime DataValidade { 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 |
Id
Identificador único da linha.
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 |
Paginas
Número de páginas.
Declaration
public int Paginas { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
GabBE100.IGabBELinhaLSCliente