Class
RecentProjectViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RecentProjectViewModel : IComparable<RecentProjectViewModel>

Inheritance: objectRecentProjectViewModel

Implements: IComparable<RecentProjectViewModel>

Constructors

RecentProjectViewModel()

Declaration

cs-api-definition
public RecentProjectViewModel()

Fields

MAX_PROJECTS_COUNT

Declaration

cs-api-definition
public static int MAX_PROJECTS_COUNT

Field Value

int

Properties

Path

Declaration

cs-api-definition
public string Path { get; set; }

Property Value

string

Title

Declaration

cs-api-definition
public string Title { get; }

Property Value

string

Methods

CompareTo(RecentProjectViewModel)

Declaration

cs-api-definition
public int CompareTo(RecentProjectViewModel other)

Parameters

other

RecentProjectViewModel

Returns

int

Implements IComparable<RecentProjectViewModel>.CompareTo(RecentProjectViewModel)