Interface IService
Base interface to provide customizable presentation logic for view components.
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IService
Properties
Name | Description |
---|---|
DataPresenter | Gets the associated DataPresenter. |
Methods
Name | Description |
---|---|
Initialize(DataPresenter) | Initializes the service. |