C# 클래스 Rock.CheckIn.KioskDevice

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

Private Properties

프로퍼티 타입 설명
CacheKey string
KioskDevice System
KioskDevice System
LoadKioskLocations void
LoadKioskLocations void

공개 메소드들

메소드 설명
ActiveGroupTypes ( List configuredGroupTypes ) : List

Subset of the KioskGroupTypes that are configured and currently active or check in.

FilteredGroupTypes ( List configuredGroupTypes ) : List

Subset of the KioskGroupTypes

Flush ( int id ) : void

Flushes the specified id.

FlushAll ( ) : void

Flushes all.

HasActiveLocations ( List configuredGroupTypes ) : bool

Gets a value indicating whether this instance has active locations.

HasLocations ( List configuredGroupTypes ) : bool

Gets a value indicating whether this instance has active locations.

Locations ( List configuredGroupTypes, RockContext rockContext ) : IEnumerable

returns the locations for this Kiosk for the configured group types

Read ( int id, List configuredGroupTypes ) : KioskDevice

Reads the device by id.

비공개 메소드들

메소드 설명
CacheKey ( int id ) : string

Caches the key.

KioskDevice ( ) : System

Prevents a default instance of the KioskDevice class from being created.

KioskDevice ( Device device ) : System

Prevents a default instance of the KioskDevice class from being created.

LoadKioskLocations ( KioskDevice kioskDevice, Location location, int>.Dictionary campusLocations, RockContext rockContext ) : void

Loads the kiosk locations.

LoadKioskLocations ( KioskDevice kioskDevice, Location location, int campusId, RockContext rockContext ) : void

Loads the kiosk locations.

메소드 상세

ActiveGroupTypes() 공개 메소드

Subset of the KioskGroupTypes that are configured and currently active or check in.
public ActiveGroupTypes ( List configuredGroupTypes ) : List
configuredGroupTypes List The configured group types.
리턴 List

FilteredGroupTypes() 공개 메소드

Subset of the KioskGroupTypes
public FilteredGroupTypes ( List configuredGroupTypes ) : List
configuredGroupTypes List The current group types.
리턴 List

Flush() 공개 정적인 메소드

Flushes the specified id.
public static Flush ( int id ) : void
id int The id.
리턴 void

FlushAll() 공개 정적인 메소드

Flushes all.
public static FlushAll ( ) : void
리턴 void

HasActiveLocations() 공개 메소드

Gets a value indicating whether this instance has active locations.
public HasActiveLocations ( List configuredGroupTypes ) : bool
configuredGroupTypes List
리턴 bool

HasLocations() 공개 메소드

Gets a value indicating whether this instance has active locations.
public HasLocations ( List configuredGroupTypes ) : bool
configuredGroupTypes List
리턴 bool

Locations() 공개 메소드

returns the locations for this Kiosk for the configured group types
public Locations ( List configuredGroupTypes, RockContext rockContext ) : IEnumerable
configuredGroupTypes List The configured group types.
rockContext RockContext The rock context.
리턴 IEnumerable

Read() 공개 정적인 메소드

Reads the device by id.
public static Read ( int id, List configuredGroupTypes ) : KioskDevice
id int The id.
configuredGroupTypes List The configured group types.
리턴 KioskDevice