C# 클래스 Rock.Workflow.TriggerCache

MEF Container class for WorkflowAction Componenets
파일 보기 프로젝트 열기: NewSpring/Rock

Private Properties

프로퍼티 타입 설명
TriggerCache System

공개 메소드들

메소드 설명
Refresh ( ) : void

Refreshes this instance.

Triggers ( string entityTypeName, WorkflowTriggerType triggerType ) : List

Triggerses the specified entity type name.

비공개 메소드들

메소드 설명
TriggerCache ( ) : System

Initializes the TriggerCache class.

메소드 상세

Refresh() 공개 정적인 메소드

Refreshes this instance.
public static Refresh ( ) : void
리턴 void

Triggers() 공개 정적인 메소드

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.
리턴 List