Class AuraModelExtensions
Inheritance
AuraModelExtensions
Assembly: EyeAuras.Shared.dll
Syntax
public static class AuraModelExtensions
Methods
Name |
Description |
InheritContext<TTarget, TSource>(TTarget, TSource)
|
|
TryWaitForActivation(IAura, TimeSpan)
|
|
TryWaitForDeactivation(IAura, TimeSpan)
|
|
TryWaitForIsActive(IAura, bool, TimeSpan)
|
|
WaitForActivation(IAura, TimeSpan)
|
|
WaitForDeactivation(IAura, TimeSpan)
|
|
WaitForIsActive(IAura, bool, TimeSpan)
|
|
WithContext<TTarget, TContext>(TTarget, TContext)
|
|
WithContext<TTarget, TSrc, TContext>(TTarget, TSrc, Expression<Func<TSrc, TContext>>)
|
|