C# Class Rock.CheckIn.CheckInLocation

Inheritance: Lava.ILiquidizable
Afficher le fichier Open project: SparkDevNetwork/Rock Class Usage Examples

Private Properties

Свойство Type Description
this object

Méthodes publiques

Méthode 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

Méthode Description
this ( object key ) : object

Method Details

CheckInLocation() public méthode

Initializes a new instance of the CheckInLocation class.
public CheckInLocation ( ) : System
Résultat System

ClearFilteredExclusions() public méthode

Clears the filtered exclusions.
public ClearFilteredExclusions ( ) : void
Résultat void

ContainsKey() public méthode

Determines whether the specified key contains key.
public ContainsKey ( object key ) : bool
key object The key.
Résultat bool

GetSchedules() public méthode

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

ToLiquid() public méthode

To the liquid.
public ToLiquid ( ) : object
Résultat object

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

ValidSchedules() public méthode

Returns the locations valid schedules
public ValidSchedules ( CheckInSchedule schedule ) : List
schedule CheckInSchedule The schedule.
Résultat List