Generated by DocFX

Interface IBaseCommonServices

Interface IBaseCommonServices

Namespace: ISynergy.Framework.Mvvm.Abstractions.Services.Base
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IBaseCommonServices

Properties

View Source

BusyService

Gets the busy service.

Declaration
IBusyService BusyService { get; }
Property Value
Type Description
IBusyService

The busy service.

View Source

ConverterService

Gets the converter service.

Declaration
IConverterService ConverterService { get; }
Property Value
Type Description
IConverterService

The converter service.

View Source

DialogService

Gets the dialog service.

Declaration
IDialogService DialogService { get; }
Property Value
Type Description
IDialogService

The dialog service.

View Source

DispatcherService

Dispatcher service.

Declaration
IDispatcherService DispatcherService { get; }
Property Value
Type Description
IDispatcherService
View Source

InfoService

Gets the information service.

Declaration
IInfoService InfoService { get; }
Property Value
Type Description
IInfoService

The information service.

View Source

LanguageService

Gets the language service.

Declaration
ILanguageService LanguageService { get; }
Property Value
Type Description
ILanguageService

The language service.

View Source

NavigationService

Gets the navigation service.

Declaration
INavigationService NavigationService { get; }
Property Value
Type Description
INavigationService

The navigation service.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)