C# Class Rock.CheckIn.KioskGroupType

Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KioskGroupType ( ) : System

Initializes a new instance of the KioskGroupType class.

KioskGroupType ( GroupType groupType ) : System

Initializes a new instance of the KioskGroupType class.

KioskGroupType ( int groupTypeid ) : System

Initializes a new instance of the KioskGroupType class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

KioskGroupType() public method

Initializes a new instance of the KioskGroupType class.
public KioskGroupType ( ) : System
return System

KioskGroupType() public method

Initializes a new instance of the KioskGroupType class.
public KioskGroupType ( GroupType groupType ) : System
groupType GroupType Type of the group.
return System

KioskGroupType() public method

Initializes a new instance of the KioskGroupType class.
public KioskGroupType ( int groupTypeid ) : System
groupTypeid int The group typeid.
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string