Class ApprovalActivity
An activity related to Approval events in the system.
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ApprovalActivity : Activity
Constructors
ApprovalActivity(String, ApprovalActionType)
Initializes a new instance of the Approval
Declaration
public ApprovalActivity(string activityType, ApprovalActionType actionType)
Parameters
Type | Name | Description |
---|---|---|
System. |
activityType | |
Approval |
actionType |
ApprovalActivity(String, ApprovalActionType, Uri, Int32, Int32, String, String)
Initializes a new instance of the Approval
Declaration
public ApprovalActivity(string activityType, ApprovalActionType actionType, Uri approvalReference, int approvalID, int definitionVersionID, string changedBy, string comment)
Parameters
Type | Name | Description |
---|---|---|
System. |
activityType | |
Approval |
actionType | |
System. |
approvalReference | |
System. |
approvalID | |
System. |
definitionVersionID | |
System. |
changedBy | |
System. |
comment |
Properties
ActionType
Gets the approval activity action type.
Declaration
public virtual ApprovalActionType ActionType { get; }
Property Value
Type | Description |
---|---|
Approval |
ApprovalID
Gets the indentity of the approval refered to by this activity.
Declaration
public virtual int ApprovalID { get; }
Property Value
Type | Description |
---|---|
System. |
ApprovalReference
Gets the reference of the approval refered to by this activity.
Declaration
public virtual Uri ApprovalReference { get; set; }
Property Value
Type | Description |
---|---|
System. |
Comment
Gets the comment that was added to the approval refered to by this activity.
Declaration
public virtual string Comment { get; set; }
Property Value
Type | Description |
---|---|
System. |
DefinitionVersionID
Gets the version indentity of the approval definition refered to by this activity.
Declaration
public virtual int DefinitionVersionID { get; }
Property Value
Type | Description |
---|---|
System. |