Class StpBEAnexo
Classe que encapsula a definição de um ficheiro anexado a um Processo.
Implements
StpBE100.IStpBEAnexo
Inherited Members
Namespace: StpBE100
Assembly: StpBE100.dll
Syntax
[ComVisible(true)]
[Guid("6444EF5A-0937-4DF3-A5B1-00CF46BCF1B5")]
[ClassInterface(ClassInterfaceType.None)]
public class StpBEAnexo : StpBaseBE, IStpBEAnexo
Constructors
StpBEAnexo()
Declaration
public StpBEAnexo()
Properties
BinaryFicheiro
Identifica o conteúdo do ficheiro anexado.
Declaration
public dynamic BinaryFicheiro { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Data
Identifica a data de introdução do ficheiro.
Declaration
public string Data { 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 |
Ficheiro
Identifica o caminho do ficheiro anexado.
Declaration
public string Ficheiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gravado
Identifica se o ficheiro associado deve ser guardado na Base de Dados: TRUE - Sim; FALSE - Não.
Declaration
public bool Gravado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Identificador do anexo.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Login
Identifica o utilizador que inseriu o anexo.
Declaration
public string Login { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumLinha
Identifica o número da linha.
Declaration
public int NumLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessoID
Identificador do processo.
Declaration
public string ProcessoID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Resumo
Identifica a descrição efectuada sobre o ficheiro anexado.
Declaration
public string Resumo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
StpBE100.IStpBEAnexo