C# Class Rock.CheckIn.CheckInState

Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Collections.Generic

FromJson() public static méthode

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