C# Class SecureDelete.Schedule.DailySchedule

Inheritance: ScheduleBase
显示文件 Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void
OnTimeEllapsed ( object sender, EventArgs e ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

DailySchedule() public method

public DailySchedule ( ) : System
return System

GetScheduleTime() public method

public GetScheduleTime ( ) : DateTime?
return DateTime?

StartSchedule() public method

public StartSchedule ( ) : bool
return bool

StopSchedule() public method

public StopSchedule ( ) : bool
return bool