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

ViewContractAttribute Class

Summary

Allows an additional string to make view resolution more specific than just a type. When applied to your IViewFor<T> -derived View, you can select between different Views for a single ViewModel instance.
Namespace
ReactiveUI
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type["ViewContractAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Class)]
public sealed class ViewContractAttribute : Attribute

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
ViewContractAttribute(string) Initializes a new instance of the ViewContractAttribute class. Constructs the ViewContractAttribute with a specific contract value.

Properties

Name Value Summary
Contract string
Gets the contract to use when resolving the view in the Splat Dependency Injection engine.

Extension Methods

Name Value Summary
BindCommand<ViewContractAttribute, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ViewContractAttribute, TControl>>, Expression<Func<TViewModel, TParam>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<ViewContractAttribute, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ViewContractAttribute, TControl>>, IObservable<TParam>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<ViewContractAttribute, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ViewContractAttribute, TControl>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindValidation<ViewContractAttribute, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<ViewContractAttribute, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<ViewContractAttribute, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<ViewContractAttribute, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<ViewContractAttribute, TViewModel, TViewProperty>(TViewModel, Expression<Func<ViewContractAttribute, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<ViewContractAttribute, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<ViewContractAttribute, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<ViewContractAttribute, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<ViewContractAttribute, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<ViewContractAttribute, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, T9>>, Expression<Func<ViewContractAttribute, T10>>, Expression<Func<ViewContractAttribute, T11>>, Expression<Func<ViewContractAttribute, T12>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, T5>, IObservedChange<ViewContractAttribute, T6>, IObservedChange<ViewContractAttribute, T7>, IObservedChange<ViewContractAttribute, T8>, IObservedChange<ViewContractAttribute, T9>, IObservedChange<ViewContractAttribute, T10>, IObservedChange<ViewContractAttribute, T11>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, T9>>, Expression<Func<ViewContractAttribute, T10>>, Expression<Func<ViewContractAttribute, T11>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, T5>, IObservedChange<ViewContractAttribute, T6>, IObservedChange<ViewContractAttribute, T7>, IObservedChange<ViewContractAttribute, T8>, IObservedChange<ViewContractAttribute, T9>, IObservedChange<ViewContractAttribute, T10>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, T9>>, Expression<Func<ViewContractAttribute, T10>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, T5>, IObservedChange<ViewContractAttribute, T6>, IObservedChange<ViewContractAttribute, T7>, IObservedChange<ViewContractAttribute, T8>, IObservedChange<ViewContractAttribute, T9>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, T9>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, T5>, IObservedChange<ViewContractAttribute, T6>, IObservedChange<ViewContractAttribute, T7>, IObservedChange<ViewContractAttribute, T8>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, T5>, IObservedChange<ViewContractAttribute, T6>, IObservedChange<ViewContractAttribute, T7>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, T5>, IObservedChange<ViewContractAttribute, T6>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, T5>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, T4>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, T3>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, T2>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Func<IObservedChange<ViewContractAttribute, T1>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1>(Expression<Func<ViewContractAttribute, T1>>, Func<IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Expression?, Func<IObservedChange<ViewContractAttribute, object>, IObservedChange<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression?, Func<IObservedChange<ViewContractAttribute, 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.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Expression<Func<ViewContractAttribute, IObservable<T6>>>, Expression<Func<ViewContractAttribute, IObservable<T7>>>, Expression<Func<ViewContractAttribute, IObservable<T8>>>, Expression<Func<ViewContractAttribute, IObservable<T9>>>, Expression<Func<ViewContractAttribute, IObservable<T10>>>, Expression<Func<ViewContractAttribute, IObservable<T11>>>, Expression<Func<ViewContractAttribute, IObservable<T12>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Expression<Func<ViewContractAttribute, IObservable<T6>>>, Expression<Func<ViewContractAttribute, IObservable<T7>>>, Expression<Func<ViewContractAttribute, IObservable<T8>>>, Expression<Func<ViewContractAttribute, IObservable<T9>>>, Expression<Func<ViewContractAttribute, IObservable<T10>>>, Expression<Func<ViewContractAttribute, IObservable<T11>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Expression<Func<ViewContractAttribute, IObservable<T6>>>, Expression<Func<ViewContractAttribute, IObservable<T7>>>, Expression<Func<ViewContractAttribute, IObservable<T8>>>, Expression<Func<ViewContractAttribute, IObservable<T9>>>, Expression<Func<ViewContractAttribute, IObservable<T10>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Expression<Func<ViewContractAttribute, IObservable<T6>>>, Expression<Func<ViewContractAttribute, IObservable<T7>>>, Expression<Func<ViewContractAttribute, IObservable<T8>>>, Expression<Func<ViewContractAttribute, IObservable<T9>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Expression<Func<ViewContractAttribute, IObservable<T6>>>, Expression<Func<ViewContractAttribute, IObservable<T7>>>, Expression<Func<ViewContractAttribute, IObservable<T8>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Expression<Func<ViewContractAttribute, IObservable<T6>>>, Expression<Func<ViewContractAttribute, IObservable<T7>>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Expression<Func<ViewContractAttribute, IObservable<T6>>>, Func<T1, T2, T3, T4, T5, T6, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4, T5>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Expression<Func<ViewContractAttribute, IObservable<T5>>>, Func<T1, T2, T3, T4, T5, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3, T4>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Expression<Func<ViewContractAttribute, IObservable<T4>>>, Func<T1, T2, T3, T4, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2, T3>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Expression<Func<ViewContractAttribute, IObservable<T3>>>, Func<T1, T2, T3, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet, T1, T2>(Expression<Func<ViewContractAttribute, IObservable<T1>>>, Expression<Func<ViewContractAttribute, IObservable<T2>>>, Func<T1, T2, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Observe a observable which is set to a property, and automatically subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>, Expression<Func<ViewContractAttribute, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyValue<ViewContractAttribute, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, T1, T2, T3, T4, T5, T6>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, T1, T2, T3, T4, T5>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, T1, T2, T3, T4>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, T1, T2, T3>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, T1, T2>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, T9>>, Expression<Func<ViewContractAttribute, T10>>, Expression<Func<ViewContractAttribute, T11>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, T9>>, Expression<Func<ViewContractAttribute, T10>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, T9>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, T8>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, T7>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, T6>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, T5>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4, T5>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, T4>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3, T4>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, T3>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2, T3>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, T2>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1, T2>(Expression<Func<ViewContractAttribute, T1>>, Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet, T1>(Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TRet>(Expression<Func<ViewContractAttribute, 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<ViewContractAttribute, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.