C# Class Rock.CheckIn.KioskGroupType

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Initializes a new instance of the KioskGroupType class.
public KioskGroupType ( ) : System
Résultat System

KioskGroupType() public méthode

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

KioskGroupType() public méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string