C# Class Vidyano.StoreHooks

Inheritance: Hooks
Mostrar archivo Open project: stevehansen/vidyano_v1

Public Methods

Method Description
ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
StoreHooks ( ) : Newtonsoft.Json

Protected Methods

Method Description
OnAction ( ExecuteActionArgs e ) : System.Threading.Tasks.Task
OnAttributeContextMenu ( AttributeContextMenuArgs args ) : void
OnConstruct ( StorePersistentObject po ) : void
OnConstruct ( StoreQuery query ) : void
OnQueryItemClicked ( object sender, QueryItemClickedArgs e ) : void
OnSettingsCommandsRequested ( IList commands ) : void
OnStream ( string name, Stream stream ) : void
ShowNotificationAsDialog ( string notification, NotificationType notificationType ) : void

Private Methods

Method Description
ArrangeActions ( ActionBase normalActions, ActionBase pinndActions, ActionBase &leftActions, ActionBase &rightActions ) : void
AttributeContextMenu ( AttributeContextMenuArgs args ) : void
ByteArrayToImageSource ( MemoryStream memoryStream ) : object
CloseActionsBar ( ActionBase action ) : void
GenerateUniqueIdKeyPair ( ) : string
GetSignedTimeStamp ( ) : string
InitializeUniqueIdKeyPair ( string keypair ) : void
OnActionCommand ( ActionBase action, object obj ) : System.Threading.Tasks.Task
OnConstruct ( Newtonsoft.Json.Linq.JObject model ) : PersistentObject
OnConstruct ( Newtonsoft.Json.Linq.JObject model, PersistentObject parent, bool asLookup ) : Query
OnConstruct ( PersistentObject po ) : void
OnConstruct ( Query q ) : void
OnOpen ( PersistentObject po ) : void
OnOpen ( Query query ) : void
OpenActionsBar ( ActionBase action, bool asSticky = false ) : void
SignOut ( ) : System.Threading.Tasks.Task
UserPictureFromUrl ( string url ) : Task

Method Details

OnAction() protected method

protected OnAction ( ExecuteActionArgs e ) : System.Threading.Tasks.Task
e ExecuteActionArgs
return System.Threading.Tasks.Task

OnAttributeContextMenu() protected method

protected OnAttributeContextMenu ( AttributeContextMenuArgs args ) : void
args AttributeContextMenuArgs
return void

OnConstruct() protected method

protected OnConstruct ( StorePersistentObject po ) : void
po Vidyano.ViewModel.StorePersistentObject
return void

OnConstruct() protected method

protected OnConstruct ( StoreQuery query ) : void
query Vidyano.ViewModel.StoreQuery
return void

OnQueryItemClicked() protected method

protected OnQueryItemClicked ( object sender, QueryItemClickedArgs e ) : void
sender object
e QueryItemClickedArgs
return void

OnSettingsCommandsRequested() protected method

protected OnSettingsCommandsRequested ( IList commands ) : void
commands IList
return void

OnStream() protected method

protected OnStream ( string name, Stream stream ) : void
name string
stream Stream
return void

ShowNotification() public method

public ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
notification string
notificationType NotificationType
return System.Threading.Tasks.Task

ShowNotificationAsDialog() protected method

protected ShowNotificationAsDialog ( string notification, NotificationType notificationType ) : void
notification string
notificationType NotificationType
return void

StoreHooks() public method

public StoreHooks ( ) : Newtonsoft.Json
return Newtonsoft.Json