C# Class Rock.CheckIn.CheckInPerson

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

Private Properties

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

Méthodes publiques

Méthode Description
CheckInPerson ( ) : System

Initializes a new instance of the CheckInPerson class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetAvailableGroupTypes ( CheckInSchedule schedule ) : List

Gets the available group types.

GetGroupTypes ( bool selectedOnly ) : List

Gets the group types.

SelectedGroupTypes ( CheckInSchedule currentSchedule ) : List

Returns the selected group types.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Méthode Description
this ( object key ) : object

Method Details

CheckInPerson() public méthode

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

GetAvailableGroupTypes() public méthode

Gets the available group types.
public GetAvailableGroupTypes ( CheckInSchedule schedule ) : List
schedule CheckInSchedule The schedule.
Résultat List

GetGroupTypes() public méthode

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

SelectedGroupTypes() public méthode

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