Property | Type | Description | |
---|---|---|---|
this | object |
Method | 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 ( |
Gets the available group types.
|
|
GetGroupTypes ( bool selectedOnly ) : List |
Gets the group types.
|
|
SelectedGroupTypes ( |
Returns the selected group types.
|
|
ToLiquid ( ) : object |
To the liquid.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
this ( object key ) : object |
public ContainsKey ( object key ) : bool | ||
key | object | The key. |
return | bool |
public GetAvailableGroupTypes ( |
||
schedule | The schedule. | |
return | List |
public GetGroupTypes ( bool selectedOnly ) : List |
||
selectedOnly | bool | if set to |
return | List |
public SelectedGroupTypes ( |
||
currentSchedule | The current schedule. | |
return | List |