Class StpBEIntervencao
Classe que encapsula a definição de uma Intervenção.
Implements
Inherited Members
Namespace: StpBE100
Assembly: StpBE100.dll
Syntax
[ComVisible(true)]
[Guid("1171F1E5-1D62-40D0-970A-C9FC7B35EE8F")]
[ClassInterface(ClassInterfaceType.None)]
public class StpBEIntervencao : StpBaseBE, IStpBEIntervencao
Constructors
StpBEIntervencao()
Declaration
public StpBEIntervencao()
Properties
ArtigosIntervencao
Colecção das linhas da Intervenção.
Declaration
public StpBEArtigosIntervencao ArtigosIntervencao { get; }
Property Value
Type | Description |
---|---|
StpBEArtigosIntervencao |
Cambio
Identifica o valor do câmbio referente à moeda.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
DataHoraFim
Identifica a data prevista para terminar a intervenção.
Declaration
public DateTime DataHoraFim { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataHoraInicio
Identifica a data de início da intervenção.
Declaration
public DateTime DataHoraInicio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescricaoResposta
Descrição da resposta relativa à intervenção.
Declaration
public string DescricaoResposta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocIDIntegracao
Identificador do Documento de Integração de documento da Logistica
Declaration
public string DocIDIntegracao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocIntegMovStock
Indica se o documento origenal integrado movimenta stock
Declaration
public bool DocIntegMovStock { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Duracao
Identifica a duração da intervenção, em minutos, imputada ao cliente.
Declaration
public int Duracao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DuracaoReal
Identifica a duração da intervenção, em minutos, real.
Declaration
public int DuracaoReal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
Estado
Identifica o estado em que se encontra o processo de intervenção.
Declaration
public string Estado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoAnt
Identifica o estado anterior do processo de intervenção.
Declaration
public string EstadoAnt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Facturado
Identifica se o processo já foi facturado.
Declaration
public int Facturado { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FilialStk
Identifica a filial relativa ao documento de stock.
Declaration
public string FilialStk { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Identificador do processo.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImputadoContrato
Identifica se os valores devem ser imputados ao contrato.
Declaration
public bool ImputadoContrato { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Moeda
Identificador da moeda utilizada na intervenção.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDaUEM
Identifica se a moeda pertence à UEM.
Declaration
public bool MoedaDaUEM { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MovStk
Identifica se a intervenção movimentou stocks.
Declaration
public bool MovStk { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumDocStk
Identifica o documento de stock associado.
Declaration
public int NumDocStk { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumIntervencao
Identificador do número da intervenção.
Declaration
public int NumIntervencao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessoID
Identificador do processo origem da intervenção.
Declaration
public string ProcessoID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Seccao
Identifica a secção em que se encontra o processo de intervenção.
Declaration
public string Seccao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeccaoAnt
Identifica a secção anterior do processo de intervenção.
Declaration
public string SeccaoAnt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SerieStk
Identifica a série associada ao documento de stock.
Declaration
public string SerieStk { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tecnico
Identifica o técnico responsável pela intervenção.
Declaration
public string Tecnico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDocIntegracao
Tipo do Documento da Logistica integrado
Declaration
public int TipoDocIntegracao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoDocStk
Identifica o tipo de documento de stock.
Declaration
public string TipoDocStk { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoIntegracao
Tipo de Integração de documento da Logistica
Declaration
public StpBETipos.StpTipoIntegracao TipoIntegracao { get; set; }
Property Value
Type | Description |
---|---|
StpBETipos.StpTipoIntegracao |
TipoIntervencao
Identificador do tipo de intervenção.
Declaration
public string TipoIntervencao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Utilizador
Identifica o utilizador que introduziu a intervenção.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorCaracteristicas
Colecção dos valores das Caracteristicas variáveis da Intervenção.
Declaration
public StpBEValorCaracteristicas ValorCaracteristicas { get; }
Property Value
Type | Description |
---|---|
StpBEValorCaracteristicas |
Methods
Finalize()
Declaration
protected override void Finalize()