C# Class Com.Aote.ObjectTools.ChildWindowObj

Inheritance: CustomTypeHelper, IAsyncObject
Mostra file Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
IsOpenProperty System.Windows.DependencyProperty
ResultProperty System.Windows.DependencyProperty
StateProperty System.Windows.DependencyProperty
error string
isBusy bool

Public Methods

Method Description
FindResource ( string name ) : object
Init ( object ui ) : void
OnCompleted ( ) : void
OnCompleted ( System e ) : void
OnInitFinished ( ) : void
OnIsOpenChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void
Open ( ) : void

打开子窗口方法

Private Methods

Method Description
OnLoaded ( ) : void

Method Details

FindResource() public method

public FindResource ( string name ) : object
name string
return object

Init() public method

public Init ( object ui ) : void
ui object
return void

OnCompleted() public method

public OnCompleted ( ) : void
return void

OnCompleted() public method

public OnCompleted ( System e ) : void
e System
return void

OnInitFinished() public method

public OnInitFinished ( ) : void
return void

OnIsOpenChanged() public static method

public static OnIsOpenChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void
dp System.Windows.DependencyObject
args System.Windows.DependencyPropertyChangedEventArgs
return void

Open() public method

打开子窗口方法
public Open ( ) : void
return void

Property Details

IsOpenProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsOpenProperty
return System.Windows.DependencyProperty

ResultProperty public_oe static_oe property

public static DependencyProperty,System.Windows ResultProperty
return System.Windows.DependencyProperty

StateProperty public_oe static_oe property

public static DependencyProperty,System.Windows StateProperty
return System.Windows.DependencyProperty

error public_oe property

public string error
return string

isBusy public_oe property

public bool isBusy
return bool