C# Class SecureDelete.Schedule.ScheduleBase

Inheritance: ISchedule, ICloneable
Afficher le fichier Open project: gratianlup/SecureDelete

Protected Properties

Свойство Type Description
_enabled bool
_time ScheduleTime

Méthodes publiques

Méthode Description
Clone ( ) : object
GetScheduleTime ( ) : DateTime?
ScheduleBase ( ) : System
StartSchedule ( ) : bool
StopSchedule ( ) : bool

Method Details

Clone() public abstract méthode

public abstract Clone ( ) : object
Résultat object

GetScheduleTime() public abstract méthode

public abstract GetScheduleTime ( ) : DateTime?
Résultat DateTime?

ScheduleBase() public méthode

public ScheduleBase ( ) : System
Résultat System

StartSchedule() public abstract méthode

public abstract StartSchedule ( ) : bool
Résultat bool

StopSchedule() public abstract méthode

public abstract StopSchedule ( ) : bool
Résultat bool

Property Details

_enabled protected_oe property

protected bool _enabled
Résultat bool

_time protected_oe property

protected ScheduleTime,SecureDelete.Schedule _time
Résultat ScheduleTime