C# Класс Vidyano.PhoneHooks

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

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

Метод Описание
PhoneHooks ( ) : System
ShowNotification ( string notification, NotificationType notificationType ) : Task

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

Метод Описание
AttributeContextMenu ( AttributeContextMenuArgs args ) : void
OnAction ( ExecuteActionArgs e ) : Task
OnConstruct ( PhonePersistentObject po ) : void
OnConstruct ( PhoneQuery query ) : void
OnCreateHomePageApplicationBar ( List buttons, List menuItems ) : void
OnOpen ( PhonePersistentObject po ) : void
OnOpen ( PhoneQuery query ) : void
OnStream ( string name, Stream stream ) : void

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

Метод Описание
ByteArrayToImageSource ( MemoryStream memoryStream ) : object
GenerateUniqueIdKeyPair ( ) : string
GetSignedTimeStamp ( ) : string
InitializeUniqueIdKeyPair ( string keypair ) : void
OnConstruct ( Newtonsoft.Json.Linq.JObject model ) : PersistentObject
OnConstruct ( Newtonsoft.Json.Linq.JObject model, PersistentObject parent, bool asLookup ) : Query
OnConstruct ( PersistentObject po ) : void
OnConstruct ( Query query ) : void
OnOpen ( PersistentObject po ) : void
OnOpen ( Query query ) : void
SignOut ( ) : Task

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

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

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

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

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

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

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

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

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

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

protected OnCreateHomePageApplicationBar ( List buttons, List menuItems ) : void
buttons List
menuItems List
Результат void

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

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

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

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

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

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

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

public PhoneHooks ( ) : System
Результат System

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

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