Class DateTimeFieldValidator
Represents date time field validator.
Inheritance
System.Object
DateTimeFieldValidator
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
public class DateTimeFieldValidator : BaseFieldValidator, IFieldValidator, IValidator
Constructors
Declaration
public DateTimeFieldValidator()
Properties
Declaration
public bool AllowNull { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DateTime MaxValue { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public DateTime MinValue { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Methods
Declaration
protected override bool EvaluateIsValid()
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements