Class BindingPlugins
Holds a registry of plugins used for bindings.
public static class BindingPlugins
- Inheritance
-
BindingPlugins
- Inherited Members
Properties
DataValidators
An ordered collection of validation checker plugins that can be used to customize the validation of view model and model data.
public static IList<IDataValidationPlugin> DataValidators { get; }
Property Value
PropertyAccessors
An ordered collection of property accessor plugins that can be used to customize the reading and subscription of property values on a type.
public static IList<IPropertyAccessorPlugin> PropertyAccessors { get; }
Property Value
StreamHandlers
An ordered collection of stream plugins that can be used to customize the behavior of the '^' stream binding operator.
public static IList<IStreamPlugin> StreamHandlers { get; }