C# Class Rock.CheckIn.CheckinType

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

Public Methods

Method Description
CheckinType ( int checkinTypeId ) : System

Initializes a new instance of the CheckinType class.

Private Methods

Method Description
GetSetting ( string key ) : string

Gets the setting.

Method Details

CheckinType() public method

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