C# Class Vidyano.Hooks

Afficher le fichier Open project: stevehansen/vidyano_v1

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task

Méthodes protégées

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

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

protected OnAction ( ExecuteActionArgs e ) : System.Threading.Tasks.Task
e ExecuteActionArgs
Résultat System.Threading.Tasks.Task

OnInitialized() protected méthode

protected OnInitialized ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnLoadProgramUnitItems() protected méthode

protected OnLoadProgramUnitItems ( IList items ) : System.Threading.Tasks.Task
items IList
Résultat System.Threading.Tasks.Task

OnSessionUpdated() protected méthode

protected OnSessionUpdated ( PersistentObject session ) : void
session Vidyano.ViewModel.PersistentObject
Résultat void

OnStream() protected méthode

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

ShowNotification() public méthode

public ShowNotification ( string notification, NotificationType notificationType ) : System.Threading.Tasks.Task
notification string
notificationType NotificationType
Résultat System.Threading.Tasks.Task