메소드 | 설명 | |
---|---|---|
GetCurrentKioskByGeoFencing ( string sLatitude, string sLongitude ) : Device |
Returns a kiosk based on finding a geo location match for the given latitude and longitude.
|
메소드 | 설명 | |
---|---|---|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SendTestPrint ( ) : void |
Prints a test label.
|
|
dlMinistry_ItemDataBound ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void |
Handles the ItemDataBound event of the dlMinistry control.
|
|
lbCheckGeoLocation_Click ( object sender, |
Handles attempting to find a registered Device kiosk by it's latitude and longitude. This event method is called automatically when the GeoLocation script get's the client's location.
|
|
lbOk_Click ( object sender, |
Handles the Click event of the lbOk control.
|
|
lbRefresh_Click ( object sender, |
Used by the local storage script to rebind the group types if they were previously saved via local storage.
|
메소드 | 설명 | |
---|---|---|
AddGeoLocationScript ( ) : void |
Adds GeoLocation script and calls its init() to get client's latitude/longitude before firing the server side lbCheckGeoLocation_Click click event. Puts the two values into the two corresponding hidden varialbles, hfLatitude and hfLongitude.
|
|
AttemptKioskMatchByIpOrName ( ) : void |
Attempts to match a known kiosk based on the IP address of the client.
|
|
BindGroupTypes ( |
Binds the group types.
|
|
ClearMobileCookie ( ) : void |
Clears the flag cookie that indicates this is a "mobile" device kiosk.
|
|
GetCheckinType ( GroupTypeCache groupType, int templateTypeId, List |
Gets the primary check-in area to read settings from
|
|
GetCheckinType ( int groupTypeId ) : GroupTypeCache |
Gets the primary check-in area to read settings from
|
|
GetDeviceGroupTypes ( int deviceId, |
Gets the device group types.
|
|
RedirectToNewTheme ( string theme ) : void |
Redirects to the new theme page.
|
|
SetDeviceIdCookie ( Device kiosk ) : void |
Sets the "DeviceId" cookie to expire after TimeToCacheKioskGeoLocation minutes if IsMobile is set.
|
public static GetCurrentKioskByGeoFencing ( string sLatitude, string sLongitude ) : Device | ||
sLatitude | string | latitude as string |
sLongitude | string | longitude as string |
리턴 | Device |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected dlMinistry_ItemDataBound ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.DataListItemEventArgs | The |
리턴 | void |
protected lbCheckGeoLocation_Click ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected lbOk_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbRefresh_Click ( object sender, |
||
sender | object | |
e | ||
리턴 | void |