C# Class Adf.Core.Test.TestItemType

Possible types for test items, as used in TestItem. TestItemType is implemented using the Descriptor pattern.
Inheritance: Descriptor
Datei anzeigen Open project: NLADP/ADF Class Usage Examples

Public Properties

Property Type Description
Error TestItemType
Task TestItemType
ValidationResult TestItemType
View TestItemType

Public Methods

Method Description
TestItemType ( string name )

Method Details

TestItemType() public method

public TestItemType ( string name )
name string

Property Details

Error public_oe static_oe property

public static TestItemType,Adf.Core.Test Error
return TestItemType

Task public_oe static_oe property

public static TestItemType,Adf.Core.Test Task
return TestItemType

ValidationResult public_oe static_oe property

public static TestItemType,Adf.Core.Test ValidationResult
return TestItemType

View public_oe static_oe property

public static TestItemType,Adf.Core.Test View
return TestItemType