C# 클래스 Rock.CheckIn.CheckInPerson

상속: Lava.ILiquidizable, IHasAttributesWrapper
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명
this object

공개 메소드들

메소드 설명
CheckInPerson ( ) : System

Initializes a new instance of the CheckInPerson class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetAvailableGroupTypes ( CheckInSchedule schedule ) : List

Gets the available group types.

GetGroupTypes ( bool selectedOnly ) : List

Gets the group types.

SelectedGroupTypes ( CheckInSchedule currentSchedule ) : List

Returns the selected group types.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
this ( object key ) : object

메소드 상세

CheckInPerson() 공개 메소드

Initializes a new instance of the CheckInPerson class.
public CheckInPerson ( ) : System
리턴 System

ClearFilteredExclusions() 공개 메소드

Clears the filtered exclusions.
public ClearFilteredExclusions ( ) : void
리턴 void

ContainsKey() 공개 메소드

Determines whether the specified key contains key.
public ContainsKey ( object key ) : bool
key object The key.
리턴 bool

GetAvailableGroupTypes() 공개 메소드

Gets the available group types.
public GetAvailableGroupTypes ( CheckInSchedule schedule ) : List
schedule CheckInSchedule The schedule.
리턴 List

GetGroupTypes() 공개 메소드

Gets the group types.
public GetGroupTypes ( bool selectedOnly ) : List
selectedOnly bool if set to true [selected only].
리턴 List

SelectedGroupTypes() 공개 메소드

Returns the selected group types.
public SelectedGroupTypes ( CheckInSchedule currentSchedule ) : List
currentSchedule CheckInSchedule The current schedule.
리턴 List

ToLiquid() 공개 메소드

To the liquid.
public ToLiquid ( ) : object
리턴 object

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string