Class ReactionOptions<T>
Specifies the options for an Reaction instance.
Inherited Members
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 SourceEqualityComparer
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> |
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 |