ClassRecentProjectViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RecentProjectViewModel : IComparable<RecentProjectViewModel>
Inheritance: objectRecentProjectViewModel
Implements:
Constructors
RecentProjectViewModel()
Declaration
cs-api-definition
public RecentProjectViewModel()
Fields
Properties
Methods
CompareTo(RecentProjectViewModel)
Declaration
cs-api-definition
public int CompareTo(RecentProjectViewModel other)
Parameters
other
Returns
Implements