C# Class SecureDelete.Schedule.ScheduleBase

Inheritance: ISchedule, ICloneable
ファイルを表示 Open project: gratianlup/SecureDelete

Protected Properties

Property Type Description
_enabled bool
_time ScheduleTime

Public Methods

Method Description
Clone ( ) : object
GetScheduleTime ( ) : DateTime?
ScheduleBase ( ) : System
StartSchedule ( ) : bool
StopSchedule ( ) : bool

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object

GetScheduleTime() public abstract method

public abstract GetScheduleTime ( ) : DateTime?
return DateTime?

ScheduleBase() public method

public ScheduleBase ( ) : System
return System

StartSchedule() public abstract method

public abstract StartSchedule ( ) : bool
return bool

StopSchedule() public abstract method

public abstract StopSchedule ( ) : bool
return bool

Property Details

_enabled protected_oe property

protected bool _enabled
return bool

_time protected_oe property

protected ScheduleTime,SecureDelete.Schedule _time
return ScheduleTime