Class RecentProjectViewModel
Inheritance
System.Object
RecentProjectViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RecentProjectViewModel : IComparable<RecentProjectViewModel>
Constructors
RecentProjectViewModel()
Declaration
public RecentProjectViewModel()
Fields
MAX_PROJECTS_COUNT
Declaration
public static int MAX_PROJECTS_COUNT
Field Value
System.Int32
|
Properties
Path
Declaration
public string Path { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; }
Property Value
System.String
|
Methods
CompareTo(RecentProjectViewModel)
Declaration
public int CompareTo(RecentProjectViewModel other)
Parameters
RecentProjectViewModel
other
|
Returns
System.Int32
|
Implements
System.IComparable<T>.CompareTo(T)