Class StpBETecnico
Classe que encapsula a definição de um Técnico de Assistência.
Implements
Inherited Members
Namespace: StpBE100
Assembly: StpBE100.dll
Syntax
[ComVisible(true)]
[Guid("6613DF31-4F9A-484B-9792-D85FB8DE630E")]
[ClassInterface(ClassInterfaceType.None)]
public class StpBETecnico : StpBaseBE, IStpBETecnico
Constructors
StpBETecnico()
Declaration
public StpBETecnico()
Properties
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoPostal
Identifica o código postal do técnico.
Declaration
public string CodigoPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Identifica o endereço electrónico do técnico.
Declaration
public string Email { 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 |
Funcionario
Identificador do Funcionário associado ao Técnico.
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HoraCusto
Identifica o custo por hora associado ao técnico.
Declaration
public double HoraCusto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HoraPreco
Identifica o preço por hora associado ao técnico.
Declaration
public double HoraPreco { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Horario
Identificador do horário associado ao técnico.
Declaration
public string Horario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalCodPostal
Identifica a localidade do código postal do técnico.
Declaration
public string LocalCodPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Localidade
Identifica a localidade do técnico.
Declaration
public string Localidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Login
Identifica o login da aplicação a associar ao técnico.
Declaration
public string Login { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nome
Descrição do nome do técnico.
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacoes
Descrição das observações relativas ao técnico.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutlookFolder
Identifica a pasta do Outlook atribuida ao técnico.
Declaration
public string OutlookFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rotas
Rotas do Técnico
Declaration
public StpBERotasTecnico Rotas { get; set; }
Property Value
Type | Description |
---|---|
StpBERotasTecnico |
Rua
Identifica a rua do técnico.
Declaration
public string Rua { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tecnico
Identificador do Técnico.
Declaration
public string Tecnico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telefone
Identifica o número do telefone do técnico.
Declaration
public string Telefone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telemovel
Identifica o número do telemóvel do técnico.
Declaration
public string Telemovel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Template
Identifica o template a usar pelo técnico na ligação pelo Outlook.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()