Class RecentItemViewModel
Inheritance
System.Object
RecentItemViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RecentItemViewModel : ViewModelBase
Constructors
RecentItemViewModel()
Declaration
public RecentItemViewModel()
RecentItemViewModel(String, Boolean)
Declaration
public RecentItemViewModel(string path, bool isWpf = false)
Parameters
System.String
path
|
System.Boolean
isWpf
|
Properties
Path
Declaration
public string Path { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|