C# 클래스 Rock.Model.WorkflowActionService

Service/Data access class for Rock.Model.WorkflowActionType entity objects
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetActiveForms ( ) : IQueryable

Gets the active forms.

GetActiveForms ( Person person ) : List

Gets the active forms.

메소드 상세

GetActiveForms() 공개 메소드

Gets the active forms.
public GetActiveForms ( ) : IQueryable
리턴 IQueryable

GetActiveForms() 공개 메소드

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