C# Class Com.Aote.Behaviors.ScriptAction

执行一段脚本的Action,脚本写法与事件处理写法一样。
Inheritance: System.Windows.DependencyObject, IInitable, IName
Mostra file Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
CanRunProperty System.Windows.DependencyProperty

Public Methods

Method Description
FindResource ( string name ) : object
Init ( object ui ) : void
OnInitFinished ( ) : void
OnStart ( EventArgs args ) : void

Private Methods

Method Description
OnCanRunChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
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

OnInitFinished() public method

public OnInitFinished ( ) : void
return void

OnStart() public method

public OnStart ( EventArgs args ) : void
args System.EventArgs
return void

Property Details

CanRunProperty public_oe static_oe property

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