C# Класс Vidyano.StoreHooks

Наследование: Hooks
Показать файл Открыть проект

Открытые методы

Метод Описание
ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
StoreHooks ( ) : Newtonsoft.Json

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

OnAction() защищенный Метод

protected OnAction ( ExecuteActionArgs e ) : System.Threading.Tasks.Task
e ExecuteActionArgs
Результат System.Threading.Tasks.Task

OnAttributeContextMenu() защищенный Метод

protected OnAttributeContextMenu ( AttributeContextMenuArgs args ) : void
args AttributeContextMenuArgs
Результат void

OnConstruct() защищенный Метод

protected OnConstruct ( StorePersistentObject po ) : void
po Vidyano.ViewModel.StorePersistentObject
Результат void

OnConstruct() защищенный Метод

protected OnConstruct ( StoreQuery query ) : void
query Vidyano.ViewModel.StoreQuery
Результат void

OnQueryItemClicked() защищенный Метод

protected OnQueryItemClicked ( object sender, QueryItemClickedArgs e ) : void
sender object
e QueryItemClickedArgs
Результат void

OnSettingsCommandsRequested() защищенный Метод

protected OnSettingsCommandsRequested ( IList commands ) : void
commands IList
Результат void

OnStream() защищенный Метод

protected OnStream ( string name, Stream stream ) : void
name string
stream Stream
Результат void

ShowNotification() публичный Метод

public ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
notification string
notificationType NotificationType
Результат System.Threading.Tasks.Task

ShowNotificationAsDialog() защищенный Метод

protected ShowNotificationAsDialog ( string notification, NotificationType notificationType ) : void
notification string
notificationType NotificationType
Результат void

StoreHooks() публичный Метод

public StoreHooks ( ) : Newtonsoft.Json
Результат Newtonsoft.Json