C# Class Rock.Workflow.TriggerCache

MEF Container class for WorkflowAction Componenets
Afficher le fichier Open project: NewSpring/Rock

Private Properties

Свойство Type Description
TriggerCache System

Méthodes publiques

Méthode Description
Refresh ( ) : void

Refreshes this instance.

Triggers ( string entityTypeName, WorkflowTriggerType triggerType ) : List

Triggerses the specified entity type name.

Private Methods

Méthode Description
TriggerCache ( ) : System

Initializes the TriggerCache class.

Method Details

Refresh() public static méthode

Refreshes this instance.
public static Refresh ( ) : void
Résultat void

Triggers() public static méthode

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.
Résultat List