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()
Namespace: EPiServer.Cms.Shell.UI.Rest.Approvals.Internal
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
Type Description
InheritedApprovalDefinitionViewModel

ApprovalSteps

Declaration
public IEnumerable<ApprovalDefinitionStepViewModel> ApprovalSteps { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ApprovalDefinitionStepViewModel>
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
ContentReference

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

IsApproveCommentRequired

Declaration
public bool IsApproveCommentRequired { get; set; }
Property Value
Type Description
System.Boolean

IsDeclineCommentRequired

Declaration
public bool IsDeclineCommentRequired { get; set; }
Property Value
Type Description
System.Boolean

IsForcedApproveCommentRequired

Declaration
public bool IsForcedApproveCommentRequired { get; }
Property Value
Type Description
System.Boolean

IsReadOnly

Declaration
public bool IsReadOnly { get; set; }
Property Value
Type Description
System.Boolean

IsStartCommentRequired

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
Type Description
ApprovalDefinitionStatus

Extension Methods