For a list of all members of this type, see ValueConstraint members.
Name | Description | |
---|---|---|
![]() | CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable) |
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | Enumeration | Gets/sets an object implementing System.Collections.IEnumerable which contains a list of value options. Note, this property defaults to a null (Nothing) value. |
![]() | FixedValue | Gets/sets the value which the constrained value must be equal to. |
![]() | HasAnyConstraints | Returns true if any of the constraint properties are set on this object or if the ValidateAsType property is set to something other than 'Unknown'. |
![]() | HasEnumeration | Returns true if the Enumeration list is not null. |
![]() | HasFixedValue | Returns true if the FixedValue property is not null (Nothing). |
![]() | HasMaxExclusive | Returns true if the MaxExclusive property is not null (Nothing). |
![]() | HasMaxInclusive | Returns true if the MaxInclusive property is not null (Nothing). |
![]() | HasMaxLength | Returns true if the MaxLength property has a value greater than 0. |
![]() | HasMinExclusive | Returns true if the MinExclusive property is not null (Nothing). |
![]() | HasMinInclusive | Returns true if the MinInclusive property is not null (Nothing). |
![]() | HasMinLength | Returns true if the MinLength property has a value greater than 0. |
![]() | HasNullable | Returns true if the Nullable property returns a non-default value. |
![]() | HasRegexPattern | Returns true if the RegexPattern is not null (Nothing). |
![]() | IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable) |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
![]() | MaxExclusive | Gets/sets the value that will constraint the data value to be less than it. |
![]() | MaxInclusive | Gets/sets the maximum value which the constrained value is allowed to be. |
![]() | MaxLength | Gets/sets the maximum length (inclusive) allowed for the constrained value. This constraint applies to values of type 'string'. The default value is 0, which means that there is no limit. |
![]() | MinExclusive | Gets/sets the value that will constraint the data value to be greater than it. |
![]() | MinInclusive | Gets/sets the minimum value which the constrained value is allowed to be. |
![]() | MinLength | Gets/sets the minimum length (inclusive) allowed for the constrained value. This constraint applies to values of type 'string'. The default value is 0, which means there is no minimum length constraint. |
![]() | Nullable | Gets/sets a flag which indicates if the constrained value is allowed to be null (Nothing). Default value of this property is null which is to allow null values. |
![]() | RegexPattern | Gets/sets the regular expression to which the constrained value must adhere. |
![]() | ValidateAsType | Gets/sets the ValidateAsType value which the Validate(Object,Type) method should use to constrain the input value. By default this value is set to Unknown. |