Class GprBESubsComponente
Classe que permite o acesso à informação histórica das substituições de componentes
Implements
GprBE100.IGprBESubsComponente
Inherited Members
Namespace: GprBE100
Assembly: GprBE100.dll
Syntax
[ComVisible(true)]
[Guid("0E28FDB4-9E3C-47AB-8D26-D3B8B174E11C")]
[ClassInterface(ClassInterfaceType.None)]
public class GprBESubsComponente : GrpBaseBE, IGprBESubsComponente
Constructors
GprBESubsComponente()
Declaration
public GprBESubsComponente()
Properties
ArtigosOperacoes
ArtigosOperacoes
Declaration
public GprBESubsArtigosOperacoes ArtigosOperacoes { get; }
Property Value
Type | Description |
---|---|
GprBESubsArtigosOperacoes |
CamposUtil
Devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
ComponenteAntigo
Identificador do artigo antigo
Declaration
public string ComponenteAntigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ComponenteNovo
Identificador do novo artigo
Declaration
public string ComponenteNovo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataAlteracao
Data efectiva da substituição
Declaration
public DateTime DataAlteracao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescricaoAntigo
Descrição do artigo antigo
Declaration
public string DescricaoAntigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoNovo
Descrição do novo artigo
Declaration
public string DescricaoNovo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identifica se o tipo de conta está em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IDSubsComponente
Identificador chave da substituição/componente
Declaration
public int IDSubsComponente { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Observacoes
Observações sobre a substituição
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
GprBE100.IGprBESubsComponente