Interface IBaseCommonServices
Interface IBaseCommonServices
Namespace: ISynergy.Framework.Mvvm.Abstractions.Services.Base
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IBaseCommonServices
Properties
View SourceBusyService
Gets the busy service.
Declaration
IBusyService BusyService { get; }
Property Value
| Type | Description |
|---|---|
| IBusyService | The busy service. |
ConverterService
Gets the converter service.
Declaration
IConverterService ConverterService { get; }
Property Value
| Type | Description |
|---|---|
| IConverterService | The converter service. |
DialogService
Gets the dialog service.
Declaration
IDialogService DialogService { get; }
Property Value
| Type | Description |
|---|---|
| IDialogService | The dialog service. |
DispatcherService
Dispatcher service.
Declaration
IDispatcherService DispatcherService { get; }
Property Value
| Type | Description |
|---|---|
| IDispatcherService |
InfoService
Gets the information service.
Declaration
IInfoService InfoService { get; }
Property Value
| Type | Description |
|---|---|
| IInfoService | The information service. |
LanguageService
Gets the language service.
Declaration
ILanguageService LanguageService { get; }
Property Value
| Type | Description |
|---|---|
| ILanguageService | The language service. |
NavigationService
Gets the navigation service.
Declaration
INavigationService NavigationService { get; }
Property Value
| Type | Description |
|---|---|
| INavigationService | The navigation service. |