C# Class Rock.CheckIn.CheckInGroup

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

Private Properties

Property Type Description
this object

Public Methods

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

Private Methods

Method Description
this ( object key ) : object

Method Details

CheckInGroup() public method

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

GetAvailableLocations() public method

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

GetLocations() public method

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

SelectedLocations() public method

Returns the selected locations
public SelectedLocations ( CheckInSchedule currentSchedule ) : List
currentSchedule CheckInSchedule The current schedule.
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