Метод | Описание | |
---|---|---|
ActivateRootViewModel ( INotifyPropertyChanged viewModel, |
||
BindViewModel ( INotifyPropertyChanged viewModel, |
||
HandleScriptPropertyChanged ( string id, string propertyName, string newValue ) : void | ||
InjectFramework ( StringBuilder sb ) : void | ||
InvokeViewModelMethod ( string id, string methodName ) : void | ||
InvokeViewModelMethod ( string id, string methodName, string arg ) : void | ||
Reset ( ) : void | ||
ViewModelManager ( ) : System |
Метод | Описание | |
---|---|---|
GetViewModelDefinition ( |
||
GetViewModelInstance ( System.Guid id ) : |
||
GetViewModelInstance ( INotifyPropertyChanged viewModel ) : |
||
GetViewModelInstance ( string scriptId ) : |
||
InstantiateInBrowser ( INotifyPropertyChanged instance, |
||
IsViewModelDefinedInBrowser ( |
||
RegisterViewModelDefinition ( |
||
ReleaseInBrowser ( System.Guid id ) : void | ||
ReleaseInBrowser ( string scriptId ) : void | ||
SetViewModelDefinedInBrowser ( |
public ActivateRootViewModel ( INotifyPropertyChanged viewModel, |
||
viewModel | INotifyPropertyChanged | |
browser | ||
Результат | void |
public BindViewModel ( INotifyPropertyChanged viewModel, |
||
viewModel | INotifyPropertyChanged | |
browser | ||
Результат | void |
public HandleScriptPropertyChanged ( string id, string propertyName, string newValue ) : void | ||
id | string | |
propertyName | string | |
newValue | string | |
Результат | void |
public InjectFramework ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
Результат | void |
public InvokeViewModelMethod ( string id, string methodName ) : void | ||
id | string | |
methodName | string | |
Результат | void |
public InvokeViewModelMethod ( string id, string methodName, string arg ) : void | ||
id | string | |
methodName | string | |
arg | string | |
Результат | void |