Class ProjectActivity
Base class for activities related to projects changes.
Inheritance
System.Object
ProjectActivity
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.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public abstract class ProjectActivity : Activity
Constructors
ProjectActivity(ProjectActionType, Int32)
Initializes a new instance of the Project
Declaration
protected ProjectActivity(ProjectActionType action, int projectId)
Parameters
Type | Name | Description |
---|---|---|
Project |
action | The action that has taken place. |
System. |
projectId | The project identifier. |
Properties
ActionType
Returns which type of action this activity instance corresponds to.
Declaration
public ProjectActionType ActionType { get; }
Property Value
Type | Description |
---|---|
Project |
ProjectId
Gets the project id for the related project.
Declaration
public virtual int ProjectId { get; }
Property Value
Type | Description |
---|---|
System. |
RawData
Declaration
protected override string RawData { get; set; }
Property Value
Type | Description |
---|---|
System. |