Show / Hide Table of Contents

Class ReactionOptions<T>

Specifies the options for an Reaction instance.

Inheritance
System.Object
AutorunOptions
ReactionOptions<T>
Inherited Members
AutorunOptions.Delay
AutorunOptions.Name
AutorunOptions.RequiresObservable
AutorunOptions.Scheduler
AutorunOptions.ErrorHandler
AutorunOptions.Context
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public class ReactionOptions<T> : AutorunOptions
Type Parameters
Name Description
T

The type of the value that is monitored by the reaction for changes.

Properties

| Improve this Doc View Source

EqualityComparer

Gets or sets the Equality comparer to use to compare the value type.

Declaration
public IEqualityComparer<T> EqualityComparer { get; set; }
Property Value
Type Description
IEqualityComparer<T>
| Improve this Doc View Source

FireImmediately

Gets or sets a value indicating whether to fire the effect immediately.

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

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX