Class BreadCrumbItem
Inheritance
System.Object
BreadCrumbItem
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BreadCrumbItem : ViewModelBase<BreadCrumbItem>
Constructors
BreadCrumbItem(String, Object, RoutedUICommand)
Declaration
public BreadCrumbItem(string content, object testResult, RoutedUICommand command)
Parameters
System.String
content
|
System.Object
testResult
|
System.Windows.Input.RoutedUICommand
command
|
BreadCrumbItem(String, RoutedUICommand)
Declaration
public BreadCrumbItem(string content, RoutedUICommand command)
Parameters
System.String
content
|
System.Windows.Input.RoutedUICommand
command
|
Properties
Command
Declaration
public RoutedUICommand Command { get; set; }
Property Value
System.Windows.Input.RoutedUICommand
|
Content
Declaration
public string Content { get; set; }
Property Value
System.String
|
Data
Declaration
public object Data { get; }
Property Value
System.Object
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
System.Int32
|
Methods
GetData<T>()
Declaration
public T GetData<T>()
Returns
T
|
Type Parameters
T
|