C# 클래스 Vidyano.Hooks

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

Private Properties

프로퍼티 타입 설명
ByteArrayToImageSource object
GetSignedTimeStamp string
OnActionCommand System.Threading.Tasks.Task
OnConstruct Vidyano.ViewModel.PersistentObject
OnConstruct Query
OnConstruct void
OnConstruct void
OnOpen void
OnOpen void
SignOut System.Threading.Tasks.Task
UserPictureFromUrl Task

공개 메소드들

메소드 설명
ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
OnAction ( ExecuteActionArgs e ) : System.Threading.Tasks.Task
OnInitialized ( ) : System.Threading.Tasks.Task
OnLoadProgramUnitItems ( IList items ) : System.Threading.Tasks.Task
OnSessionUpdated ( PersistentObject session ) : void
OnStream ( string name, Stream stream ) : void

비공개 메소드들

메소드 설명
ByteArrayToImageSource ( MemoryStream memoryStream ) : object
GetSignedTimeStamp ( ) : string
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 query ) : void
OnOpen ( PersistentObject po ) : void
OnOpen ( Query query ) : 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

OnInitialized() 보호된 메소드

protected OnInitialized ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

OnLoadProgramUnitItems() 보호된 메소드

protected OnLoadProgramUnitItems ( IList items ) : System.Threading.Tasks.Task
items IList
리턴 System.Threading.Tasks.Task

OnSessionUpdated() 보호된 메소드

protected OnSessionUpdated ( PersistentObject session ) : void
session Vidyano.ViewModel.PersistentObject
리턴 void

OnStream() 보호된 메소드

protected OnStream ( string name, Stream stream ) : void
name string
stream System.IO.Stream
리턴 void

ShowNotification() 공개 메소드

public ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
notification string
notificationType NotificationType
리턴 System.Threading.Tasks.Task