C# Class Vidyano.StoreHooks

Inheritance: Hooks
Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected OnAction ( ExecuteActionArgs e ) : System.Threading.Tasks.Task
e ExecuteActionArgs
Résultat System.Threading.Tasks.Task

OnAttributeContextMenu() protected méthode

protected OnAttributeContextMenu ( AttributeContextMenuArgs args ) : void
args AttributeContextMenuArgs
Résultat void

OnConstruct() protected méthode

protected OnConstruct ( StorePersistentObject po ) : void
po Vidyano.ViewModel.StorePersistentObject
Résultat void

OnConstruct() protected méthode

protected OnConstruct ( StoreQuery query ) : void
query Vidyano.ViewModel.StoreQuery
Résultat void

OnQueryItemClicked() protected méthode

protected OnQueryItemClicked ( object sender, QueryItemClickedArgs e ) : void
sender object
e QueryItemClickedArgs
Résultat void

OnSettingsCommandsRequested() protected méthode

protected OnSettingsCommandsRequested ( IList commands ) : void
commands IList
Résultat void

OnStream() protected méthode

protected OnStream ( string name, Stream stream ) : void
name string
stream Stream
Résultat void

ShowNotification() public méthode

public ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
notification string
notificationType NotificationType
Résultat System.Threading.Tasks.Task

ShowNotificationAsDialog() protected méthode

protected ShowNotificationAsDialog ( string notification, NotificationType notificationType ) : void
notification string
notificationType NotificationType
Résultat void

StoreHooks() public méthode

public StoreHooks ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json