Method | Description | |
---|---|---|
CancelAsync ( object userState ) : void | ||
GetUserPermissionsAsync ( string categoryCode, string userCode ) : void | ||
GetUserPermissionsAsync ( string categoryCode, string userCode, object userState ) : void | ||
LoadUserAsync ( string userCode ) : void | ||
LoadUserAsync ( string userCode, object userState ) : void | ||
LoadUserPerferenceAsync ( string userCode, string preCode ) : void | ||
LoadUserPerferenceAsync ( string userCode, string preCode, object userState ) : void | ||
ScanBarcodeAsync ( Resolver resolver ) : void | ||
ScanBarcodeAsync ( Resolver resolver, object userState ) : void | ||
SmartDeviceMgrWS ( ) : System |
Method | Description | |
---|---|---|
GetUserPermissions ( string categoryCode, string userCode ) : Sconit_SMARTDEVICE.SconitWS.Permission[] | ||
IsLocalFileSystemWebService ( string url ) : bool | ||
LoadUser ( string userCode ) : User | ||
LoadUserPerference ( string userCode, string preCode ) : UserPreference | ||
OnGetUserPermissionsOperationCompleted ( object arg ) : void | ||
OnLoadUserOperationCompleted ( object arg ) : void | ||
OnLoadUserPerferenceOperationCompleted ( object arg ) : void | ||
OnScanBarcodeOperationCompleted ( object arg ) : void | ||
ScanBarcode ( Resolver resolver ) : Resolver |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public GetUserPermissionsAsync ( string categoryCode, string userCode ) : void | ||
categoryCode | string | |
userCode | string | |
return | void |
public GetUserPermissionsAsync ( string categoryCode, string userCode, object userState ) : void | ||
categoryCode | string | |
userCode | string | |
userState | object | |
return | void |
public LoadUserAsync ( string userCode ) : void | ||
userCode | string | |
return | void |
public LoadUserAsync ( string userCode, object userState ) : void | ||
userCode | string | |
userState | object | |
return | void |
public LoadUserPerferenceAsync ( string userCode, string preCode ) : void | ||
userCode | string | |
preCode | string | |
return | void |
public LoadUserPerferenceAsync ( string userCode, string preCode, object userState ) : void | ||
userCode | string | |
preCode | string | |
userState | object | |
return | void |
public ScanBarcodeAsync ( Resolver resolver ) : void | ||
resolver | Resolver | |
return | void |
public ScanBarcodeAsync ( Resolver resolver, object userState ) : void | ||
resolver | Resolver | |
userState | object | |
return | void |