C# Class Adf.Core.Test.TestAction

Inheritance: Descriptor
Show file Open project: NLADP/ADF Class Usage Examples

Public Properties

Property Type Description
TaskStarted TestAction
ValidationFailed TestAction
ValidationSucceeded TestAction
ViewActivated TestAction
ViewDeactivated TestAction

Public Methods

Method Description
TestAction ( string name )

Method Details

TestAction() public method

public TestAction ( string name )
name string

Property Details

TaskStarted public static property

public static TestAction,Adf.Core.Test TaskStarted
return TestAction

ValidationFailed public static property

public static TestAction,Adf.Core.Test ValidationFailed
return TestAction

ValidationSucceeded public static property

public static TestAction,Adf.Core.Test ValidationSucceeded
return TestAction

ViewActivated public static property

public static TestAction,Adf.Core.Test ViewActivated
return TestAction

ViewDeactivated public static property

public static TestAction,Adf.Core.Test ViewDeactivated
return TestAction