프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetDeviceChainPrivate | string[] | ||
GetRequestedDeviceNamePrivate | string | ||
Initialize | void | ||
Reset | void | ||
ResetPrivate | void |
메소드 | 설명 | |
---|---|---|
GetDeviceChain ( string requestedDevice ) : string[] |
Returns the device fallback chain. Empty array if requestedDevice is not registered as a SenseNet.ApplicationModel.Device. Returns an array with one item if there is no fallback device. Index of identified device is 0, first fallback is 1 and so on.
|
|
GetRequestedDeviceName ( string userAgent ) : string |
Returns identified device or null
|
메소드 | 설명 | |
---|---|---|
GetDeviceChainPrivate ( string requestedDevice ) : string[] | ||
GetRequestedDeviceNamePrivate ( string userAgent ) : string | ||
Initialize ( ) : void | ||
Reset ( ) : void | ||
ResetPrivate ( ) : void |
public static GetDeviceChain ( string requestedDevice ) : string[] | ||
requestedDevice | string | |
리턴 | string[] |
public static GetRequestedDeviceName ( string userAgent ) : string | ||
userAgent | string | Device will be parsed from this |
리턴 | string |