C# Class Rock.CheckIn.CheckinType

Helper class for getting check-in configuratoin settings from the group type
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
CheckinType ( int checkinTypeId ) : System

Initializes a new instance of the CheckinType class.

Private Methods

Méthode Description
GetSetting ( string key ) : string

Gets the setting.

Method Details

CheckinType() public méthode

Initializes a new instance of the CheckinType class.
public CheckinType ( int checkinTypeId ) : System
checkinTypeId int The checkin type identifier.
Résultat System