Method | Description | |
---|---|---|
AspNetViewModelFactory ( ILifetimeScopeFactory scopeFactory, Autofac scope, IFrozenContext frozenCtx, |
||
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 |
Method | Description | |
---|---|---|
ShowInView ( Zetbox.Client.Presentables.ViewModel mdl, object view, bool activate, bool asDialog, Zetbox.Client.Presentables.ViewModel ownerMdl ) : void |
public AspNetViewModelFactory ( ILifetimeScopeFactory scopeFactory, Autofac scope, IFrozenContext frozenCtx, |
||
scopeFactory | ILifetimeScopeFactory | |
scope | Autofac | |
frozenCtx | IFrozenContext | |
cfg | ||
perfCounter | IPerfCounter | |
dialogFactory | ||
return | System |
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 |