C# Class Vidyano.PhoneHooks

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

Méthodes publiques

Méthode Description
PhoneHooks ( ) : System
ShowNotification ( string notification, NotificationType notificationType ) : Task

Méthodes protégées

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

Private Methods

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

Method Details

AttributeContextMenu() protected méthode

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

OnAction() protected méthode

protected OnAction ( ExecuteActionArgs e ) : Task
e ExecuteActionArgs
Résultat Task

OnConstruct() protected méthode

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

OnConstruct() protected méthode

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

OnCreateHomePageApplicationBar() protected méthode

protected OnCreateHomePageApplicationBar ( List buttons, List menuItems ) : void
buttons List
menuItems List
Résultat void

OnOpen() protected méthode

protected OnOpen ( PhonePersistentObject po ) : void
po Vidyano.ViewModel.PhonePersistentObject
Résultat void

OnOpen() protected méthode

protected OnOpen ( PhoneQuery query ) : void
query Vidyano.ViewModel.PhoneQuery
Résultat void

OnStream() protected méthode

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

PhoneHooks() public méthode

public PhoneHooks ( ) : System
Résultat System

ShowNotification() public méthode

public ShowNotification ( string notification, NotificationType notificationType ) : Task
notification string
notificationType NotificationType
Résultat Task