C# 클래스 Rock.CheckIn.KioskGroupType

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

KioskGroupType() 공개 메소드

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

KioskGroupType() 공개 메소드

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

KioskGroupType() 공개 메소드

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

ToString() 공개 메소드

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