C# Class Rock.Model.WorkflowActionService

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

Méthodes publiques

Méthode Description
GetActiveForms ( ) : IQueryable

Gets the active forms.

GetActiveForms ( Person person ) : List

Gets the active forms.

Method Details

GetActiveForms() public méthode

Gets the active forms.
public GetActiveForms ( ) : IQueryable
Résultat IQueryable

GetActiveForms() public méthode

Gets the active forms.
public GetActiveForms ( Person person ) : List
person Person The person.
Résultat List