Property | Type | Description | |
---|---|---|---|
this | object |
Method | Description | |
---|---|---|
CheckInGroupType ( ) : System |
Initializes a new instance of the CheckInGroupType class.
|
|
ClearFilteredExclusions ( ) : void |
Clears the filtered exclusions.
|
|
ContainsKey ( object key ) : bool |
Determines whether the specified key contains key.
|
|
GetAvailableGroups ( |
Gets the available groups.
|
|
GetGroups ( bool selectedOnly ) : List |
Gets the groups.
|
|
SelectedGroups ( |
Returns the selected groups.
|
|
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 GetAvailableGroups ( |
||
schedule | The schedule. | |
return | List |
public GetGroups ( bool selectedOnly ) : List |
||
selectedOnly | bool | if set to |
return | List |
public SelectedGroups ( |
||
currentSchedule | The current schedule. | |
return | List |