Class ApprovalViewModel
Inheritance
System.Object
ApprovalViewModel
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.Rest.Approvals.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public class ApprovalViewModel
Constructors
ApprovalViewModel()
Declaration
public ApprovalViewModel()
Properties
ActiveStepIndex
Declaration
public int ActiveStepIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CanApproveCurrentStep
Declaration
public bool CanApproveCurrentStep { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartedBy
Declaration
public string StartedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public ApprovalStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ApprovalStatus |
TotalSteps
Declaration
public int TotalSteps { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |