C# Class Rock.Model.WorkflowActionService

Service/Data access class for Rock.Model.WorkflowActionType entity objects
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetActiveForms ( ) : IQueryable

Gets the active forms.

GetActiveForms ( Person person ) : List

Gets the active forms.

Method Details

GetActiveForms() public method

Gets the active forms.
public GetActiveForms ( ) : IQueryable
return IQueryable

GetActiveForms() public method

Gets the active forms.
public GetActiveForms ( Person person ) : List
person Person The person.
return List