Property | Type | Description |
---|
Method | Description | |
---|---|---|
CheckInState ( int deviceId, int checkinTypeId, List |
Initializes a new instance of the CheckInState class.
|
|
FromJson ( string json ) : |
Creates a new CheckInState object Froms a json string.
|
public CheckInState ( int deviceId, int checkinTypeId, List |
||
deviceId | int | The device id. |
checkinTypeId | int | The checkin type identifier. |
configuredGroupTypes | List |
The configured group types. |
return | System.Collections.Generic |
public static FromJson ( string json ) : |
||
json | string | The json. |
return |