Interface IValidatesProperties
- Namespace
- ReactiveUI.Validation.Components.Abstractions
- Assembly
- ReactiveUI.Validation.dll
Interface marking a validation component that validates specific untyped properties.
- Extension Methods
Properties
Properties
Gets the properties associated with this validation component.
Property Value
PropertyCount
Gets the total number of properties referenced.
Property Value
Methods
ContainsPropertyName(string, bool)
Determine if a property name is actually contained within this.
Parameters
propertyName
stringViewModel property name.
exclusively
boolIndicates if the property to find is unique.
Returns
- bool
Returns true if it contains the property, otherwise false.