Class ApprovalDefinitionViewModel
Inheritance
System.Object
ApprovalDefinitionViewModel
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 ApprovalDefinitionViewModel
Constructors
ApprovalDefinitionViewModel()
Declaration
public ApprovalDefinitionViewModel()
Properties
ApprovalInheritedFrom
Declaration
public InheritedApprovalDefinitionViewModel ApprovalInheritedFrom { get; set; }
Property Value
ApprovalSteps
Declaration
public IEnumerable<ApprovalDefinitionStepViewModel> ApprovalSteps { get; set; }
Property Value
ContentLink
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsApproveCommentRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsDeclineCommentRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsForcedApproveCommentRequired { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsStartCommentRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Languages
Declaration
public IEnumerable<ISelectItem> Languages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ISelectItem> |
|
Saved
Declaration
public DateTime Saved { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
SavedBy
Declaration
public string SavedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
SelfApprove
Declaration
public bool SelfApprove { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Status
Declaration
public ApprovalDefinitionStatus Status { get; set; }
Property Value
Extension Methods