public class DateTimeValidationRule : ValidationRule
Public Class DateTimeValidationRule
Inherits ValidationRule
public ref class DateTimeValidationRule : public ValidationRule
type DateTimeValidationRule =
class
inherit ValidationRule
end
DateTimeValidationRule | Инициализирует новый экземпляр класса DateTimeValidationRule |
ValidatesOnTargetUpdated | Gets or sets a value that indicates whether the validation rule runs when the target of the Binding is updated. (Унаследован от ValidationRule) |
ValidationStep | Gets or sets when the validation rule runs. (Унаследован от ValidationRule) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Validate(Object, CultureInfo) | (Переопределяет ValidationRule.Validate(Object, CultureInfo)) |
Validate(Object, CultureInfo, BindingExpressionBase) | Performs validation checks on a value. (Унаследован от ValidationRule) |
Validate(Object, CultureInfo, BindingGroup) | Performs validation checks on a value. (Унаследован от ValidationRule) |