C# Class Vidyano.PhoneHooks

Inheritance: Hooks
Exibir arquivo Open project: stevehansen/vidyano_v1

Public Methods

Method Description
PhoneHooks ( ) : System
ShowNotification ( string notification, NotificationType notificationType ) : Task

Protected Methods

Method 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

Method 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 method

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

OnAction() protected method

protected OnAction ( ExecuteActionArgs e ) : Task
e ExecuteActionArgs
return Task

OnConstruct() protected method

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

OnConstruct() protected method

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

OnCreateHomePageApplicationBar() protected method

protected OnCreateHomePageApplicationBar ( List buttons, List menuItems ) : void
buttons List
menuItems List
return void

OnOpen() protected method

protected OnOpen ( PhonePersistentObject po ) : void
po Vidyano.ViewModel.PhonePersistentObject
return void

OnOpen() protected method

protected OnOpen ( PhoneQuery query ) : void
query Vidyano.ViewModel.PhoneQuery
return void

OnStream() protected method

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

PhoneHooks() public method

public PhoneHooks ( ) : System
return System

ShowNotification() public method

public ShowNotification ( string notification, NotificationType notificationType ) : Task
notification string
notificationType NotificationType
return Task