Generated by DocFX

Interface IBusyService

Interface IBusyService

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

Properties

View Source

BusyMessage

Gets or sets the busy message.

Declaration
string BusyMessage { get; set; }
Property Value
Type Description
System.String

The busy message.

View Source

IsBusy

Gets or sets a value indicating whether this instance is busy.

Declaration
bool IsBusy { get; set; }
Property Value
Type Description
System.Boolean

true if this instance is busy; otherwise, false.

Methods

View Source

EndBusy()

Ends the busy.

Declaration
void EndBusy()
View Source

StartBusy()

Starts the busy.

Declaration
void StartBusy()
View Source

StartBusy(String)

Starts the busy.

Declaration
void StartBusy(string message)
Parameters
Type Name Description
System.String message

The message.

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)