Method | Description | |
---|---|---|
CreateTimer ( System.TimeSpan tickLength, System.Action action ) : void | ||
FormsModelFactory ( ILifetimeScopeFactory scopeFactory, Autofac scope, IFrozenContext metaCtx, |
||
GetDecisionFromUser ( string message, string caption ) : bool | ||
GetDestinationFileNameFromUser ( string filename ) : string | ||
GetSourceFileNameFromUser ( ) : string | ||
ShowMessage ( string message, string caption ) : void |
Method | Description | |
---|---|---|
CreateWorkspace ( |
||
ShowInView ( Zetbox.Client.Presentables.ViewModel mdl, object view, bool activate, bool asDialog, Zetbox.Client.Presentables.ViewModel ownerMdl ) : void |
Method | Description | |
---|---|---|
workspace_Closed ( object sender, |
public CreateTimer ( System.TimeSpan tickLength, System.Action action ) : void | ||
tickLength | System.TimeSpan | |
action | System.Action | |
return | void |
protected CreateWorkspace ( |
||
mdl | ||
activate | bool | |
return | void |
public FormsModelFactory ( ILifetimeScopeFactory scopeFactory, Autofac scope, IFrozenContext metaCtx, |
||
scopeFactory | ILifetimeScopeFactory | |
scope | Autofac | |
metaCtx | IFrozenContext | |
cfg | ||
perfCounter | IPerfCounter | |
dialogFactory | ||
return | System |
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 |