Class StdBEAnexo
Classe correspondente a um anexo
Inheritance
System.Object
StdBEAnexo
Implements
StdPlatBE100.IStdBEAnexo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("F358C6AB-D2AF-457C-B65B-E6E2226A15FD")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEAnexo : IStdBEAnexo
Constructors
StdBEAnexo()
Declaration
public StdBEAnexo()
Properties
Chave
Chave do registo.
Declaration
public string Chave { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Data do registo.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição do anexo.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Estado de edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Encriptado
Declaration
public bool Encriptado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExportarTTE
Indica se o anexo pode ser exportado para as TTE.
Declaration
public bool ExportarTTE { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FicheiroDestinoWeb
Indica o nome do ficheiro que foi publicado na Web.
Declaration
public string FicheiroDestinoWeb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FicheiroOrigem
Ficheiro origem.
Declaration
public string FicheiroOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdAnexo
Identificador do anexo.
Declaration
public string IdAnexo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Idioma
Idioma associado ao anexo.
Declaration
public int Idioma { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastSyncDate
Date of last successfull sync.
Declaration
public DateTime LastSyncDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastSyncError
Lasts sync error that ocurred for this attachment.
Declaration
public string LastSyncError { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StorageState
Gets/Sets the synchronization state for an attachment.
Declaration
public StdBETipos.AttachmentSyncState StorageState { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.AttachmentSyncState |
StorageUser
Gets/Sets the user handling the storage item.
Declaration
public string StorageUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyncErrors
Number of Sync errors that ocurred for this attachment.
Declaration
public int SyncErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Tabela
Tabela.
Declaration
public StdBETipos.EnumTabelaAnexos Tabela { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumTabelaAnexos |
Tipo
Tipo de anexo.
Declaration
public string Tipo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Utilizador
Utilizador.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Web
Indica se o anexo deve ser publicado na Web.
Declaration
public bool Web { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
StdPlatBE100.IStdBEAnexo