Class DataExposedActivity

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
DataExposedActivity
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.ChangeLog.UI
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class DataExposedActivity

Constructors

DataExposedActivity(Activity, LocalizationService)

Declaration
public DataExposedActivity(Activity activity, LocalizationService localizationService)
Parameters
Type Name Description
Activity activity
LocalizationService localizationService

Properties

ActionDescription

Declaration
public string ActionDescription { get; }
Property Value
Type Description
System.String

CategoryDescription

Declaration
public string CategoryDescription { get; }
Property Value
Type Description
System.String

ChangedBy

Declaration
public string ChangedBy { get; }
Property Value
Type Description
System.String

Created

Declaration
public DateTime Created { get; }
Property Value
Type Description
System.DateTime

Data

Declaration
public string Data { get; }
Property Value
Type Description
System.String

ID

Declaration
public long ID { get; }
Property Value
Type Description
System.Int64

Extension Methods