Class IdleKitInitializedAction
Action fired after all IdleKit Entities and Services have been initialized.
Inheritance
IdleKitInitializedAction
Assembly: cs.temp.dll.dll
Syntax
public class IdleKitInitializedAction : IAction
Constructors
IdleKitInitializedAction()
Declaration
public IdleKitInitializedAction()
Fields
_typesToDispatchAs
Declaration
protected Type[] _typesToDispatchAs
Field Value
Properties
Content
The IContent that IdleKit has been initialized with.
Declaration
public virtual IContent Content { get; set; }
Property Value
TypesToDispatchAs
Declaration
public virtual Type[] TypesToDispatchAs { get; }
Property Value
Methods
ResetAction()
Declaration
public virtual void ResetAction()