Interface IWindowViewModel<TModel>
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public interface IWindowViewModel<TModel>
Type Parameters
Name | Description |
---|---|
TModel |
Properties
| Improve this Doc View SourceModel
Declaration
TModel Model { get; }
Property Value
Type | Description |
---|---|
TModel |
Methods
| Improve this Doc View SourceInitialize(TModel)
Declaration
void Initialize(TModel model)
Parameters
Type | Name | Description |
---|---|---|
TModel | model |