C# Class Rock.CheckIn.CheckInLocation

Inheritance: Lava.ILiquidizable
Mostrar archivo Open project: SparkDevNetwork/Rock Class Usage Examples

Private Properties

Property Type Description
this object

Public Methods

Method Description
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

Private Methods

Method Description
this ( object key ) : object

Method Details

CheckInLocation() public method

Initializes a new instance of the CheckInLocation class.
public CheckInLocation ( ) : System
return System

ClearFilteredExclusions() public method

Clears the filtered exclusions.
public ClearFilteredExclusions ( ) : void
return void

ContainsKey() public method

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

GetSchedules() public method

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

ToLiquid() public method

To the liquid.
public ToLiquid ( ) : object
return object

ToString() public method

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

ValidSchedules() public method

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