Class ApprovalNotificationViewModel
Inheritance
System.Object
ApprovalNotificationViewModel
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: EPiServer.Cms.Shell.UI.Approvals.Notifications.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public class ApprovalNotificationViewModel
Constructors
ApprovalNotificationViewModel()
Declaration
public ApprovalNotificationViewModel()
Properties
Author
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subject
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Timestamp
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |