Class CacheChangedEventArgs
Inheritance
System.Object
System.EventArgs
CacheChangedEventArgs
Inherited Members
System.EventArgs.Empty
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.Data.Cache
Assembly: EPiServer.Data.dll
Version: 10.10.4Syntax
public class CacheChangedEventArgs : EventArgs
Constructors
CacheChangedEventArgs()
Declaration
public CacheChangedEventArgs()
CacheChangedEventArgs(TypeOfEventAction, ICollection<String>)
Initializes a new instance of the CacheChangedEventArgs class.
Declaration
public CacheChangedEventArgs(TypeOfEventAction typeOfEventAction, ICollection<string> items)
Parameters
Type | Name | Description |
---|---|---|
TypeOfEventAction | typeOfEventAction | The type of event action. |
System.Collections.Generic.ICollection<System.String> | items | The items related to the action |
Properties
ItemsToProcess
Gets or sets the items to process
Declaration
public string[] ItemsToProcess { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The item to process. |
TypeOfEventAction
Gets or sets the type of event action.
Declaration
public TypeOfEventAction TypeOfEventAction { get; set; }
Property Value
Type | Description |
---|---|
TypeOfEventAction | The type of event action. |
Methods
Deserialize(String)
Declaration
public static CacheChangedEventArgs Deserialize(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Returns
Type | Description |
---|---|
CacheChangedEventArgs |
Serialize(CacheChangedEventArgs)
Declaration
public static string Serialize(CacheChangedEventArgs item)
Parameters
Type | Name | Description |
---|---|---|
CacheChangedEventArgs | item |
Returns
Type | Description |
---|---|
System.String |