Class StpBEValorCaracteristica
Classe que encapsula o valor de uma Caracteristica variável.
Implements
StpBE100.IStpBEValorCaracteristica
Inherited Members
Namespace: StpBE100
Assembly: StpBE100.dll
Syntax
[ComVisible(true)]
[Guid("579E4199-0FE1-4AD0-810E-0E39BB57B75A")]
[ClassInterface(ClassInterfaceType.None)]
public class StpBEValorCaracteristica : StpBaseBE, IStpBEValorCaracteristica
Constructors
StpBEValorCaracteristica()
Declaration
public StpBEValorCaracteristica()
Properties
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CaracteristicaID
Identifica a Caracteristica.
Declaration
public string CaracteristicaID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Config
Config.
Declaration
public string Config { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Data.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição da caracteristica.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Identificador.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntervencaoID
Identifica a Intervenção.
Declaration
public string IntervencaoID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipo
Tipo de Caracteristica.
Declaration
public int Tipo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UltimoValor
Último Valor.
Declaration
public string UltimoValor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor.
Declaration
public string Valor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
StpBE100.IStpBEValorCaracteristica