Method | Description | |
---|---|---|
ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task | ||
StoreHooks ( ) : Newtonsoft.Json |
Method | Description | |
---|---|---|
OnAction ( |
||
OnAttributeContextMenu ( |
||
OnConstruct ( |
||
OnConstruct ( |
||
OnQueryItemClicked ( object sender, |
||
OnSettingsCommandsRequested ( IList |
||
OnStream ( string name, Stream stream ) : void | ||
ShowNotificationAsDialog ( string notification, NotificationType notificationType ) : void |
Method | Description | |
---|---|---|
ArrangeActions ( |
||
AttributeContextMenu ( |
||
ByteArrayToImageSource ( |
||
CloseActionsBar ( |
||
GenerateUniqueIdKeyPair ( ) : string | ||
GetSignedTimeStamp ( ) : string | ||
InitializeUniqueIdKeyPair ( string keypair ) : void | ||
OnActionCommand ( |
||
OnConstruct ( Newtonsoft.Json.Linq.JObject model ) : |
||
OnConstruct ( Newtonsoft.Json.Linq.JObject model, |
||
OnConstruct ( |
||
OnConstruct ( Query q ) : void | ||
OnOpen ( |
||
OnOpen ( Query query ) : void | ||
OpenActionsBar ( |
||
SignOut ( ) : System.Threading.Tasks.Task | ||
UserPictureFromUrl ( string url ) : Task |
protected OnAction ( |
||
e | ||
return | System.Threading.Tasks.Task |
protected OnAttributeContextMenu ( |
||
args | ||
return | void |
protected OnConstruct ( |
||
po | ||
return | void |
protected OnConstruct ( |
||
query | ||
return | void |
protected OnQueryItemClicked ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnSettingsCommandsRequested ( IList |
||
commands | IList |
|
return | void |
protected OnStream ( string name, Stream stream ) : void | ||
name | string | |
stream | Stream | |
return | void |
public ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task | ||
notification | string | |
notificationType | NotificationType | |
return | System.Threading.Tasks.Task |
protected ShowNotificationAsDialog ( string notification, NotificationType notificationType ) : void | ||
notification | string | |
notificationType | NotificationType | |
return | void |