Class AdmBEDetalhePlanoManut
Objecto que contém os detalhes do xml de um plano de manutenção.
Implements
AdmBE100.IAdmBEDetalhePlanoManut
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: AdmBE100
Assembly: AdmBE100.dll
Syntax
[ComVisible(true)]
[Guid("88416FDE-ED6D-4872-9CB9-FD45487261B8")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBEDetalhePlanoManut : AdmBaseBE, IAdmBEDetalhePlanoManut
Constructors
AdmBEDetalhePlanoManut()
Declaration
public AdmBEDetalhePlanoManut()
Properties
Backup
Efetuar backup.
Declaration
public bool Backup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BackupType
Declaration
public int BackupType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CriarSubDiretorias
Criar subdirectorias no backup.
Declaration
public bool CriarSubDiretorias { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Empresas
Lista de Empresas do plano.
Declaration
public PrimaveraOrderedDictionary Empresas { get; set; }
Property Value
Type | Description |
---|---|
Primavera.Platform.Collections.PrimaveraOrderedDictionary |
IncluirTransactionLog
Incluir Transaction log no backup.
Declaration
public bool IncluirTransactionLog { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Incremental
Backup Incremental
Declaration
public bool Incremental { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Integridade
Verificar integridade de base de dados
Declaration
public bool Integridade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocalizacaoDoBackup
Localização do backup.
Declaration
public string LocalizacaoDoBackup { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overwrite
Overwrite Backup
Declaration
public bool Overwrite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlanID
Identificador do plano.
Declaration
public string PlanID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlanName
Nome do plano.
Declaration
public string PlanName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlanoRecorrente
Criar subdirectorias no backup.
Declaration
public bool PlanoRecorrente { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PurgeFrequency
Purge Frequency
Declaration
public string PurgeFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PurgePeriod
Purge Period
Declaration
public int PurgePeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RemoverFicheirosAntigos
Remover ficheiros antigos
Declaration
public bool RemoverFicheirosAntigos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RemoveSpace
Remover espaço livre na base de dados.
Declaration
public bool RemoveSpace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReorganizeData
Reorganizar dados da base de dados.
Declaration
public bool ReorganizeData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShrinkLevel
Shrink level
Declaration
public string ShrinkLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TapeDevice
Identificação da tape
Declaration
public string TapeDevice { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseDefaultBackupDirectory
Directoria de backup por omissão.
Declaration
public bool UseDefaultBackupDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VerifyBackup
Verificar backup.
Declaration
public bool VerifyBackup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
AdmBE100.IAdmBEDetalhePlanoManut