Method | Description | |
---|---|---|
CreateDelayedTask ( Zetbox.Client.Presentables.ViewModel displayer, System.Action loadAction ) : IDelayedTask | ||
CreateTimer ( System.TimeSpan tickLength, System.Action action ) : void | ||
GetDecisionFromUser ( string message, string caption ) : bool | ||
GetDestinationFileNameFromUser ( string filename ) : string | ||
GetSourceFileNameFromUser ( ) : string | ||
ShowMessage ( string message, string caption ) : void | ||
WpfModelFactory ( ILifetimeScopeFactory scopeFactory, Autofac scope, IFrozenContext frozenCtx, |
Method | Description | |
---|---|---|
CreateDefaultView ( Zetbox.Client.Presentables.ViewModel mdl ) : object | ||
CreateSpecificView ( Zetbox.Client.Presentables.ViewModel mdl, Zetbox kind ) : object | ||
ShowInView ( Zetbox.Client.Presentables.ViewModel mdl, object view, bool activate, bool asDialog, Zetbox.Client.Presentables.ViewModel ownerMdl ) : void |
Method | Description | |
---|---|---|
window_Activated ( object sender, |
||
window_Closed ( object sender, |
Implemented explicit application shutdown In BasicAuth scenarios the Password Dialog is shown first and closed before the Main Application Window is created. This will let WPF think that the Application should shut down. |
protected CreateDefaultView ( Zetbox.Client.Presentables.ViewModel mdl ) : object | ||
mdl | Zetbox.Client.Presentables.ViewModel | |
return | object |
public CreateDelayedTask ( Zetbox.Client.Presentables.ViewModel displayer, System.Action loadAction ) : IDelayedTask | ||
displayer | Zetbox.Client.Presentables.ViewModel | |
loadAction | System.Action | |
return | IDelayedTask |
protected CreateSpecificView ( Zetbox.Client.Presentables.ViewModel mdl, Zetbox kind ) : object | ||
mdl | Zetbox.Client.Presentables.ViewModel | |
kind | Zetbox | |
return | object |
public CreateTimer ( System.TimeSpan tickLength, System.Action action ) : void | ||
tickLength | System.TimeSpan | |
action | System.Action | |
return | void |
public GetDecisionFromUser ( string message, string caption ) : bool | ||
message | string | |
caption | string | |
return | bool |
public GetDestinationFileNameFromUser ( string filename ) : string | ||
filename | string | |
return | string |
public GetSourceFileNameFromUser ( ) : string | ||
return | string |
protected ShowInView ( Zetbox.Client.Presentables.ViewModel mdl, object view, bool activate, bool asDialog, Zetbox.Client.Presentables.ViewModel ownerMdl ) : void | ||
mdl | Zetbox.Client.Presentables.ViewModel | |
view | object | |
activate | bool | |
asDialog | bool | |
ownerMdl | Zetbox.Client.Presentables.ViewModel | |
return | void |
public ShowMessage ( string message, string caption ) : void | ||
message | string | |
caption | string | |
return | void |
public WpfModelFactory ( ILifetimeScopeFactory scopeFactory, Autofac scope, IFrozenContext frozenCtx, |
||
scopeFactory | ILifetimeScopeFactory | |
scope | Autofac | |
frozenCtx | IFrozenContext | |
cfg | ||
perfCounter | IPerfCounter | |
dialogFactory | ||
return | System |