C# 클래스 Rock.CheckIn.CheckInGroup

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

Private Properties

프로퍼티 타입 설명
this object

공개 메소드들

메소드 설명
CheckInGroup ( ) : System

Initializes a new instance of the CheckInGroup class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetAvailableLocations ( CheckInSchedule schedule ) : List

Gets the available locations.

GetLocations ( bool selectedOnly ) : List

Gets the locations.

SelectedLocations ( CheckInSchedule currentSchedule ) : List

Returns the selected locations

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

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

메소드 상세

CheckInGroup() 공개 메소드

Initializes a new instance of the CheckInGroup class.
public CheckInGroup ( ) : 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

GetAvailableLocations() 공개 메소드

Gets the available locations.
public GetAvailableLocations ( CheckInSchedule schedule ) : List
schedule CheckInSchedule The schedule.
리턴 List

GetLocations() 공개 메소드

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

SelectedLocations() 공개 메소드

Returns the selected locations
public SelectedLocations ( 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