C# 클래스 Vidyano.PhoneHooks

상속: Hooks
파일 보기 프로젝트 열기: stevehansen/vidyano_v1

공개 메소드들

메소드 설명
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