C# Class Vidyano.Hooks

Mostra file Open project: stevehansen/vidyano_v1

Private Properties

Property Type Description
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

Public Methods

Method Description
ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task

Protected Methods

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

Private Methods

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

Method Details

OnAction() protected method

protected OnAction ( ExecuteActionArgs e ) : System.Threading.Tasks.Task
e ExecuteActionArgs
return System.Threading.Tasks.Task

OnInitialized() protected method

protected OnInitialized ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnLoadProgramUnitItems() protected method

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

OnSessionUpdated() protected method

protected OnSessionUpdated ( PersistentObject session ) : void
session Vidyano.ViewModel.PersistentObject
return void

OnStream() protected method

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

ShowNotification() public method

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