PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StpBEProcesso

    Classe que encapsula a definição de um Processo de Assistência.

    Inheritance
    System.Object
    StpBaseBE
    StpBEProcesso
    Implements
    StpBE100.IStpBEProcesso
    Inherited Members
    StpBaseBE.AbvtApl
    Namespace: StpBE100
    Assembly: StpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("DAB2C187-1067-438C-A5A3-11C7B60C8F58")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StpBEProcesso : StpBaseBE, IStpBEProcesso

    Constructors

    StpBEProcesso()

    Declaration
    public StpBEProcesso()

    Properties

    AtribuidoOutlook

    Identifica se o processo tem marcação no Outlook.

    Declaration
    public int AtribuidoOutlook { get; set; }
    Property Value
    Type Description
    System.Int32

    CamposUtil

    Colecção dos campos do 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

    ComoReproduzir

    Descrição da resprodução do problema.

    Declaration
    public string ComoReproduzir { get; set; }
    Property Value
    Type Description
    System.String

    Contacto

    Identificador do contacto do cliente.

    Declaration
    public string Contacto { get; set; }
    Property Value
    Type Description
    System.String

    ContratoID

    Identifica o contrato.

    Declaration
    public string ContratoID { get; set; }
    Property Value
    Type Description
    System.String

    DataHoraAbertura

    Identifica a data de abertura do processo.

    Declaration
    public DateTime DataHoraAbertura { get; set; }
    Property Value
    Type Description
    System.DateTime

    DataHoraFecho

    Identifica a data de fecho do processo.

    Declaration
    public DateTime DataHoraFecho { get; set; }
    Property Value
    Type Description
    System.DateTime

    DataHoraFimPrevista

    Identifica a data de fim prevista para resolução do processo.

    Declaration
    public DateTime DataHoraFimPrevista { get; set; }
    Property Value
    Type Description
    System.DateTime

    DescricaoObjecto

    Descrição do objecto.

    Declaration
    public string DescricaoObjecto { get; set; }
    Property Value
    Type Description
    System.String

    DescricaoProblema

    Descrição do problema.

    Declaration
    public string DescricaoProblema { 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

    Estado

    Identificador do estado do processo.

    Declaration
    public string Estado { get; set; }
    Property Value
    Type Description
    System.String

    Fechado

    Identifica se o processo se encontra fechado: TRUE - Sim; FALSE - Não.

    Declaration
    public bool Fechado { get; set; }
    Property Value
    Type Description
    System.Boolean

    Filial

    Identificador da filial.

    Declaration
    public string Filial { get; set; }
    Property Value
    Type Description
    System.String

    ID

    Identificador do processo.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    Motivo

    Identificador do motivo do processo.

    Declaration
    public string Motivo { get; set; }
    Property Value
    Type Description
    System.String

    NumProcesso

    Identificador do processo.

    Declaration
    public int NumProcesso { get; set; }
    Property Value
    Type Description
    System.Int32

    ObjectoID

    Identificador do objecto de assistência.

    Declaration
    public string ObjectoID { get; set; }
    Property Value
    Type Description
    System.String

    Observacoes

    Observações para o processo

    Declaration
    public string Observacoes { get; set; }
    Property Value
    Type Description
    System.String

    Origem

    Identificador da origem.

    Declaration
    public string Origem { get; set; }
    Property Value
    Type Description
    System.String

    OutlookDataInicio

    Data do agendamento no Outlook.

    Declaration
    public DateTime OutlookDataInicio { get; set; }
    Property Value
    Type Description
    System.DateTime

    OutlookID

    Identificador do agendamento no Outlook.

    Declaration
    public string OutlookID { get; set; }
    Property Value
    Type Description
    System.String

    Prioridade

    Identificador da prioridade.

    Declaration
    public string Prioridade { get; set; }
    Property Value
    Type Description
    System.String

    Processo

    Código composto do processo.

    Declaration
    public string Processo { get; set; }
    Property Value
    Type Description
    System.String

    Seccao

    Identificador da secção de reparação.

    Declaration
    public string Seccao { get; set; }
    Property Value
    Type Description
    System.String

    Serie

    Série do processo.

    Declaration
    public string Serie { get; set; }
    Property Value
    Type Description
    System.String

    SugereParaFAQ

    Identifica se o processo deve ser sugerido para questão frequente.

    Declaration
    public int SugereParaFAQ { get; set; }
    Property Value
    Type Description
    System.Int32

    Tecnico

    Identifica o próximo técnico a responder ao processo.

    Declaration
    public string Tecnico { get; set; }
    Property Value
    Type Description
    System.String

    TipoDoc

    Tipo de documento do processo.

    Declaration
    public string TipoDoc { get; set; }
    Property Value
    Type Description
    System.String

    TipoProcesso

    Identificador do tipo de problema.

    Declaration
    public string TipoProcesso { get; set; }
    Property Value
    Type Description
    System.String

    Utilizador

    Identifica o utilizador que registou o processo.

    Declaration
    public string Utilizador { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    StpBE100.IStpBEProcesso