C# Class Rock.Workflow.TriggerCache

MEF Container class for WorkflowAction Componenets
Mostra file Open project: NewSpring/Rock

Private Properties

Property Type Description
TriggerCache System

Public Methods

Method Description
Refresh ( ) : void

Refreshes this instance.

Triggers ( string entityTypeName, WorkflowTriggerType triggerType ) : List

Triggerses the specified entity type name.

Private Methods

Method Description
TriggerCache ( ) : System

Initializes the TriggerCache class.

Method Details

Refresh() public static method

Refreshes this instance.
public static Refresh ( ) : void
return void

Triggers() public static method

Triggerses the specified entity type name.
public static Triggers ( string entityTypeName, WorkflowTriggerType triggerType ) : List
entityTypeName string Name of the entity type.
triggerType WorkflowTriggerType Type of the trigger.
return List