C# 클래스 Rock.CheckIn.CheckInLocation

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

Private Properties

프로퍼티 타입 설명
this object

공개 메소드들

메소드 설명
CheckInLocation ( ) : System

Initializes a new instance of the CheckInLocation class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetSchedules ( bool selectedOnly ) : List

Gets the schedules.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

ValidSchedules ( CheckInSchedule schedule ) : List

Returns the locations valid schedules

비공개 메소드들

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

메소드 상세

CheckInLocation() 공개 메소드

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

GetSchedules() 공개 메소드

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

ToLiquid() 공개 메소드

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

ToString() 공개 메소드

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

ValidSchedules() 공개 메소드

Returns the locations valid schedules
public ValidSchedules ( CheckInSchedule schedule ) : List
schedule CheckInSchedule The schedule.
리턴 List