The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

DiagnosticResultLocation Struct

Summary

Location where the diagnostic appears, as determined by path, line number, and column number.
Namespace
TestHelper
Interfaces
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type-.->Interface0["IEquatable<DiagnosticResultLocation>"] Type["DiagnosticResultLocation"] class Type type-node

Syntax

public readonly struct DiagnosticResultLocation : ValueType, IEquatable<DiagnosticResultLocation>

Constructors

Name Summary
DiagnosticResultLocation(string, int, int) Initializes a new instance of the DiagnosticResultLocation struct.

Properties

Name Value Summary
Column int
Gets the columns of the issue.
Line int
Gets the line number of the issue.
Path string
Gets Path of the source file, which has issues.

Methods

Name Value Summary
Equals(DiagnosticResultLocation) bool
Compares two DiagnosticResultLocation for Equality.
Equals(object) bool
Compares two DiagnosticResultLocation for Equality.
GetHashCode() int
Gets HashCode.

Operators

Name Value Summary
operator !=(DiagnosticResultLocation, DiagnosticResultLocation) bool
operator ==(DiagnosticResultLocation, DiagnosticResultLocation) bool

Extension Methods

Name Value Summary
BindValidation<DiagnosticResultLocation, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<DiagnosticResultLocation, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<DiagnosticResultLocation, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<DiagnosticResultLocation, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<DiagnosticResultLocation, TViewModel, TViewProperty>(TViewModel, Expression<Func<DiagnosticResultLocation, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<DiagnosticResultLocation, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<DiagnosticResultLocation, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<DiagnosticResultLocation, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<DiagnosticResultLocation, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<DiagnosticResultLocation, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<DiagnosticResultLocation, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Expression<Func<DiagnosticResultLocation, T10>>, Expression<Func<DiagnosticResultLocation, T11>>, Expression<Func<DiagnosticResultLocation, T12>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, IObservedChange<DiagnosticResultLocation, T6>, IObservedChange<DiagnosticResultLocation, T7>, IObservedChange<DiagnosticResultLocation, T8>, IObservedChange<DiagnosticResultLocation, T9>, IObservedChange<DiagnosticResultLocation, T10>, IObservedChange<DiagnosticResultLocation, T11>, IObservedChange<DiagnosticResultLocation, T12>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Expression<Func<DiagnosticResultLocation, T10>>, Expression<Func<DiagnosticResultLocation, T11>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, IObservedChange<DiagnosticResultLocation, T6>, IObservedChange<DiagnosticResultLocation, T7>, IObservedChange<DiagnosticResultLocation, T8>, IObservedChange<DiagnosticResultLocation, T9>, IObservedChange<DiagnosticResultLocation, T10>, IObservedChange<DiagnosticResultLocation, T11>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Expression<Func<DiagnosticResultLocation, T10>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, IObservedChange<DiagnosticResultLocation, T6>, IObservedChange<DiagnosticResultLocation, T7>, IObservedChange<DiagnosticResultLocation, T8>, IObservedChange<DiagnosticResultLocation, T9>, IObservedChange<DiagnosticResultLocation, T10>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, IObservedChange<DiagnosticResultLocation, T6>, IObservedChange<DiagnosticResultLocation, T7>, IObservedChange<DiagnosticResultLocation, T8>, IObservedChange<DiagnosticResultLocation, T9>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, IObservedChange<DiagnosticResultLocation, T6>, IObservedChange<DiagnosticResultLocation, T7>, IObservedChange<DiagnosticResultLocation, T8>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, IObservedChange<DiagnosticResultLocation, T6>, IObservedChange<DiagnosticResultLocation, T7>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, IObservedChange<DiagnosticResultLocation, T6>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, IObservedChange<DiagnosticResultLocation, T5>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3, T4>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, IObservedChange<DiagnosticResultLocation, T4>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2, T3>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, IObservedChange<DiagnosticResultLocation, T3>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1, T2>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Func<IObservedChange<DiagnosticResultLocation, T1>, IObservedChange<DiagnosticResultLocation, T2>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<DiagnosticResultLocation, TRet, T1>(Expression<Func<DiagnosticResultLocation, T1>>, Func<IObservedChange<DiagnosticResultLocation, T1>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<DiagnosticResultLocation, TRet>(Expression?, Func<IObservedChange<DiagnosticResultLocation, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>) IObservable<(T1, T2, T3, T4, T5, T6, T7)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, T1, T2, T3, T4, T5, T6>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>) IObservable<(T1, T2, T3, T4, T5, T6)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, T1, T2, T3, T4, T5>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>) IObservable<(T1, T2, T3, T4, T5)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, T1, T2, T3, T4>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>) IObservable<(T1, T2, T3, T4)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, T1, T2, T3>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>) IObservable<(T1, T2, T3)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, T1, T2>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>) IObservable<(T1, T2)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Expression<Func<DiagnosticResultLocation, T10>>, Expression<Func<DiagnosticResultLocation, T11>>, Expression<Func<DiagnosticResultLocation, T12>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Expression<Func<DiagnosticResultLocation, T10>>, Expression<Func<DiagnosticResultLocation, T11>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Expression<Func<DiagnosticResultLocation, T10>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Expression<Func<DiagnosticResultLocation, T9>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Expression<Func<DiagnosticResultLocation, T8>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Expression<Func<DiagnosticResultLocation, T7>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Expression<Func<DiagnosticResultLocation, T6>>, Func<T1, T2, T3, T4, T5, T6, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4, T5>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Expression<Func<DiagnosticResultLocation, T5>>, Func<T1, T2, T3, T4, T5, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3, T4>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Expression<Func<DiagnosticResultLocation, T4>>, Func<T1, T2, T3, T4, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2, T3>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Expression<Func<DiagnosticResultLocation, T3>>, Func<T1, T2, T3, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1, T2>(Expression<Func<DiagnosticResultLocation, T1>>, Expression<Func<DiagnosticResultLocation, T2>>, Func<T1, T2, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet, T1>(Expression<Func<DiagnosticResultLocation, T1>>, Func<T1, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<DiagnosticResultLocation, TRet>(Expression<Func<DiagnosticResultLocation, TRet>>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of a property on an object has changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
With<DiagnosticResultLocation, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.