C# 클래스 Com.Aote.ObjectTools.SystemTime

상속: System.Windows.DependencyObject, ILoadable, IAsyncObject, INotifyPropertyChanged
파일 보기 프로젝트 열기: DuBin1988/restv2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorProperty System.Windows.DependencyProperty
IsBusyProperty System.Windows.DependencyProperty
PathProperty System.Windows.DependencyProperty
StateProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AppointedDate ( int year, int month, int day ) : System.DateTime
Load ( ) : void

开始加载数据

MonthsBeforeToday ( int months ) : System.DateTime
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnDataLoaded ( AsyncCompletedEventArgs args ) : void
OnLoading ( ) : void
OnPropertyChanged ( string name ) : void

비공개 메소드들

메소드 설명
IntervalChanged ( ) : void
OnIntervalChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnPathChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void
TimerChanged ( object o, EventArgs e ) : void

메소드 상세

AppointedDate() 공개 메소드

public AppointedDate ( int year, int month, int day ) : System.DateTime
year int
month int
day int
리턴 System.DateTime

Load() 공개 메소드

开始加载数据
public Load ( ) : void
리턴 void

MonthsBeforeToday() 공개 메소드

public MonthsBeforeToday ( int months ) : System.DateTime
months int
리턴 System.DateTime

OnCompleted() 공개 메소드

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
리턴 void

OnDataLoaded() 공개 메소드

public OnDataLoaded ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
리턴 void

OnLoading() 공개 메소드

public OnLoading ( ) : void
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string name ) : void
name string
리턴 void

프로퍼티 상세

ErrorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ErrorProperty
리턴 System.Windows.DependencyProperty

IsBusyProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsBusyProperty
리턴 System.Windows.DependencyProperty

PathProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PathProperty
리턴 System.Windows.DependencyProperty

StateProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows StateProperty
리턴 System.Windows.DependencyProperty