C# 클래스 Hourglass.Timing.TimerOptions

Configuration data for a timer.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Dziemborowicz/Hourglass 1 사용 예제들

공개 메소드들

메소드 설명
FromTimerOptions ( TimerOptions options ) : TimerOptions

Returns a TimerOptions for the specified TimerOptions, or null if the specified TimerOptions is null.

FromTimerOptionsInfo ( TimerOptionsInfo info ) : TimerOptions

Returns a TimerOptions for the specified TimerOptionsInfo, or null if the specified TimerOptionsInfo is null.

Set ( TimerOptions options ) : void

Sets all of the options from another instance of the TimerOptions class.

Set ( TimerOptionsInfo info ) : void

Sets all of the options from an instance of the TimerOptionsInfo class.

TimerOptions ( ) : System

Initializes a new instance of the TimerOptions class.

TimerOptions ( TimerOptions options ) : System

Initializes a new instance of the TimerOptions class from another instance of the class.

TimerOptions ( TimerOptionsInfo info ) : System

Initializes a new instance of the TimerOptions class from a TimerOptionsInfo.

ToTimerOptionsInfo ( ) : TimerOptionsInfo

Returns the representation of the TimerOptions used for XML serialization.

보호된 메소드들

메소드 설명
OnPropertyChanged ( ) : void

Raises the PropertyChanged event.

메소드 상세

FromTimerOptions() 공개 정적인 메소드

Returns a TimerOptions for the specified TimerOptions, or null if the specified TimerOptions is null.
public static FromTimerOptions ( TimerOptions options ) : TimerOptions
options TimerOptions A .
리턴 TimerOptions

FromTimerOptionsInfo() 공개 정적인 메소드

Returns a TimerOptions for the specified TimerOptionsInfo, or null if the specified TimerOptionsInfo is null.
public static FromTimerOptionsInfo ( TimerOptionsInfo info ) : TimerOptions
info Hourglass.Serialization.TimerOptionsInfo A .
리턴 TimerOptions

OnPropertyChanged() 보호된 메소드

Raises the PropertyChanged event.
protected OnPropertyChanged ( ) : void
리턴 void

Set() 공개 메소드

Sets all of the options from another instance of the TimerOptions class.
public Set ( TimerOptions options ) : void
options TimerOptions A .
리턴 void

Set() 공개 메소드

Sets all of the options from an instance of the TimerOptionsInfo class.
public Set ( TimerOptionsInfo info ) : void
info Hourglass.Serialization.TimerOptionsInfo A .
리턴 void

TimerOptions() 공개 메소드

Initializes a new instance of the TimerOptions class.
public TimerOptions ( ) : System
리턴 System

TimerOptions() 공개 메소드

Initializes a new instance of the TimerOptions class from another instance of the class.
public TimerOptions ( TimerOptions options ) : System
options TimerOptions A .
리턴 System

TimerOptions() 공개 메소드

Initializes a new instance of the TimerOptions class from a TimerOptionsInfo.
public TimerOptions ( TimerOptionsInfo info ) : System
info Hourglass.Serialization.TimerOptionsInfo A .
리턴 System

ToTimerOptionsInfo() 공개 메소드

Returns the representation of the TimerOptions used for XML serialization.
public ToTimerOptionsInfo ( ) : TimerOptionsInfo
리턴 Hourglass.Serialization.TimerOptionsInfo