C# Class Rock.Model.WorkflowTriggerService

Service/Data access class for Rock.Model.WorkflowTrigger entity objects.
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Get ( string entityTypeName, WorkflowTriggerType triggerType ) : IQueryable

Returns a queryable collection of the Rock.Model.WorkflowTrigger by Rock.Model.EntityType name and Rock.Model.WorkflowTriggerType

Method Details

Get() public method

Returns a queryable collection of the Rock.Model.WorkflowTrigger by Rock.Model.EntityType name and Rock.Model.WorkflowTriggerType
public Get ( string entityTypeName, WorkflowTriggerType triggerType ) : IQueryable
entityTypeName string A representing the name of the to filter by.
triggerType WorkflowTriggerType The to filter by.
return IQueryable