Show / Hide Table of Contents

Class WhenOptions

Options for the When Extension methods.

Inheritance
System.Object
WhenOptions
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public class WhenOptions : object

Properties

| Improve this Doc View Source

ErrorHandler

Gets or sets error handler function that is called in case of an error. Otherwise the error is propagated.

Declaration
public Action<Exception> ErrorHandler { get; set; }
Property Value
Type Description
Action<Exception>
| Improve this Doc View Source

Name

Gets or sets then name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RequiresObservable

Gets or sets a value indicating whether observables are required in the view function.

Declaration
public bool RequiresObservable { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

TimeOut

Gets or sets the TimeOut.

Declaration
public int? TimeOut { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

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