C# 클래스 SecureDelete.Schedule.ScheduleBase

상속: ISchedule, ICloneable
파일 보기 프로젝트 열기: gratianlup/SecureDelete

보호된 프로퍼티들

프로퍼티 타입 설명
_enabled bool
_time ScheduleTime

공개 메소드들

메소드 설명
Clone ( ) : object
GetScheduleTime ( ) : DateTime?
ScheduleBase ( ) : System
StartSchedule ( ) : bool
StopSchedule ( ) : bool

메소드 상세

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : object
리턴 object

GetScheduleTime() 공개 추상적인 메소드

public abstract GetScheduleTime ( ) : DateTime?
리턴 DateTime?

ScheduleBase() 공개 메소드

public ScheduleBase ( ) : System
리턴 System

StartSchedule() 공개 추상적인 메소드

public abstract StartSchedule ( ) : bool
리턴 bool

StopSchedule() 공개 추상적인 메소드

public abstract StopSchedule ( ) : bool
리턴 bool

프로퍼티 상세

_enabled 보호되어 있는 프로퍼티

protected bool _enabled
리턴 bool

_time 보호되어 있는 프로퍼티

protected ScheduleTime,SecureDelete.Schedule _time
리턴 ScheduleTime