Свойство | Тип | Описание | |
---|---|---|---|
this | object |
Метод | Описание | |
---|---|---|
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 ( |
Gets the available locations.
|
|
GetLocations ( bool selectedOnly ) : List |
Gets the locations.
|
|
SelectedLocations ( |
Returns the selected locations
|
|
ToLiquid ( ) : object |
To the liquid.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Метод | Описание | |
---|---|---|
this ( object key ) : object |
public ContainsKey ( object key ) : bool | ||
key | object | The key. |
Результат | bool |
public GetAvailableLocations ( |
||
schedule | The schedule. | |
Результат | List |
public GetLocations ( bool selectedOnly ) : List |
||
selectedOnly | bool | if set to |
Результат | List |
public SelectedLocations ( |
||
currentSchedule | The current schedule. | |
Результат | List |