Class ProjectViewModel
Inheritance
System.Object
ProjectViewModel
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()
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ProjectViewModel
Constructors
ProjectViewModel()
Declaration
public ProjectViewModel()
Properties
CallToActionText
Declaration
public string CallToActionText { get; set; }
Property Value
Type |
Description |
System.String |
|
CallToActionUrl
Declaration
public string CallToActionUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IEnumerable<CommentViewModel> Comments { get; set; }
Property Value
Declaration
public int CommentsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string CommentsHeader { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int ItemCommentsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string ItemCommentsHeader { get; set; }
Property Value
Type |
Description |
System.String |
|
Items
Declaration
public IEnumerable<ProjectItemViewModel> Items { get; set; }
Property Value
NoAccessMessage
Declaration
public string NoAccessMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
NotificationsCount
Declaration
public int NotificationsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
NotificationsText
Declaration
public string NotificationsText { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods