프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System.Collections.Generic |
public static FromJson ( string json ) : |
||
json | string | The json. |
리턴 |