C# Class Rock.Model.WorkflowTriggerService

Service/Data access class for Rock.Model.WorkflowTrigger entity objects.
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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