C# Class Rock.CheckIn.CheckInState

Datei anzeigen Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

CheckInState() public method

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.
return System.Collections.Generic

FromJson() public static method

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