C# 클래스 Rock.CheckIn.CheckInState

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckInState ( int deviceId, int checkinTypeId, List configuredGroupTypes ) : System.Collections.Generic

Initializes a new instance of the CheckInState class.

FromJson ( string json ) : CheckInState

Creates a new CheckInState object Froms a json string.

메소드 상세

CheckInState() 공개 메소드

Initializes a new instance of the CheckInState class.
public CheckInState ( int deviceId, int checkinTypeId, List configuredGroupTypes ) : System.Collections.Generic
deviceId int The device id.
checkinTypeId int The checkin type identifier.
configuredGroupTypes List The configured group types.
리턴 System.Collections.Generic

FromJson() 공개 정적인 메소드

Creates a new CheckInState object Froms a json string.
public static FromJson ( string json ) : CheckInState
json string The json.
리턴 CheckInState