C# Class Com.Aote.ObjectTools.SystemTime

Inheritance: System.Windows.DependencyObject, ILoadable, IAsyncObject, INotifyPropertyChanged
Afficher le fichier Open project: DuBin1988/restv2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ErrorProperty System.Windows.DependencyProperty
IsBusyProperty System.Windows.DependencyProperty
PathProperty System.Windows.DependencyProperty
StateProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IntervalChanged ( ) : void
OnIntervalChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnPathChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void
TimerChanged ( object o, EventArgs e ) : void

Method Details

AppointedDate() public méthode

public AppointedDate ( int year, int month, int day ) : System.DateTime
year int
month int
day int
Résultat System.DateTime

Load() public méthode

开始加载数据
public Load ( ) : void
Résultat void

MonthsBeforeToday() public méthode

public MonthsBeforeToday ( int months ) : System.DateTime
months int
Résultat System.DateTime

OnCompleted() public méthode

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
Résultat void

OnDataLoaded() public méthode

public OnDataLoaded ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
Résultat void

OnLoading() public méthode

public OnLoading ( ) : void
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void

Property Details

ErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorProperty
Résultat System.Windows.DependencyProperty

IsBusyProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsBusyProperty
Résultat System.Windows.DependencyProperty

PathProperty public_oe static_oe property

public static DependencyProperty,System.Windows PathProperty
Résultat System.Windows.DependencyProperty

StateProperty public_oe static_oe property

public static DependencyProperty,System.Windows StateProperty
Résultat System.Windows.DependencyProperty