ClassBreadCrumbItem
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class BreadCrumbItem : ViewModelBase<BreadCrumbItem>
Inheritance: objectBreadCrumbItem
Constructors
BreadCrumbItem(string, RoutedUICommand)
Used to initialize the first BreadCrumbItem in the row.
Declaration
cs-api-definition
public BreadCrumbItem(string content, RoutedUICommand command)
Parameters
content
The item content.
command
The item command.
BreadCrumbItem(string, object, RoutedUICommand)
Declaration
cs-api-definition
public BreadCrumbItem(string content, object testResult, RoutedUICommand command)
Parameters
content
testResult
command
Properties
Command
Declaration
cs-api-definition
public RoutedUICommand Command { get; set; }
Property Value
Methods
GetData<T>()
Gets the TestResult to populate on data drill-up. Returns 'null' for the RunResult -- the first item in the row.
Declaration
cs-api-definition
public T GetData<T>()
Returns
T