DevForce Help Reference
DateTimeRangeVerifier Class Properties


For a list of all members of this type, see DateTimeRangeVerifier members.

Public Properties
 NameDescription
Public PropertyApplicableType The object type on which the property to be verified is defined. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyDisplayName Gets the Display name for this verifier. Internally this value will be determined by 1st) The display name defined in the constructor VerifierArgs. 2nd) A PropertyName translator Delegate registered on the current VerifierEngine [ everything below handled by the MemberMetadata class. 3rd) A DisplayNameAttribute on property 4th) A DescriptionAttribute on property 4th) The Name of the property. (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
Public PropertyErrorMessageInfo Description of this verifier - will be used by default to construct status messages regarding the success or failure of the verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyIncludeMaxEndpointGets or sets whether the RangeVerifier<T>.MaxValue value is included as part of the range. (Inherited from IdeaBlade.Validation.RangeVerifier<DateTime>)
Public PropertyIncludeMinEndpointGets or sets whether the RangeVerifier<T>.MinValue is included as part of the range. (Inherited from IdeaBlade.Validation.RangeVerifier<DateTime>)
Public PropertyInitializationOrderGets or sets the internally maintained order that represents the order that this verifier was added to a VerifierEngine. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyIsRequired Gets whether the Property specified by this verifier is required to have a value or whether it can be null. (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
Public PropertyMaxValue Gets or sets the maximum acceptable value for the specified property (may be null). (Inherited from IdeaBlade.Validation.RangeVerifier<DateTime>)
Public PropertyMinValue Gets or sets the minimum acceptable value for the specified property (may be null). (Inherited from IdeaBlade.Validation.RangeVerifier<DateTime>)
Public PropertyPropertyName Gets the name of the property that this verifier is verifying something about. (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
Public PropertyShouldTreatEmptyStringAsNull Whether this verifier will treat an Empty string as a null. (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
Public PropertySortValue Gets or sets the order that verifiers are executed within a verifier batch. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyTriggerLinksGets a collection of all of the TriggerLinks on this verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyTypedVerifierArgs Gets the strongly typed version of VerifierArgs. (Inherited from IdeaBlade.Validation.RangeVerifier<DateTime>)
Public PropertyVerifierArgs Gets or sets the parameters that represent the state of this verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyVerifierEngineVerifierEngine that this Verifier is attached to. Will be null for any unattached verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyVerifierOptions (Inherited from IdeaBlade.Validation.Verifier)
Top
Protected Properties
 NameDescription
Protected PropertyMaxValueExclusiveResourceOverridden. Gets a resource string used to describe the RangeVerifier<T>.MaxValue constraint when RangeVerifier<T>.IncludeMaxEndpoint is false.  
Protected PropertyMaxValueResourceOverridden. Gets a resource string used to describe the RangeVerifier<T>.MaxValue constraint when RangeVerifier<T>.IncludeMaxEndpoint is true.  
Protected PropertyMinValueExclusiveResourceOverridden. Gets a resource string used to describe the RangeVerifier<T>.MinValue constraint when RangeVerifier<T>.IncludeMinEndpoint is false.  
Protected PropertyMinValueResourceOverridden. Gets a resource string used to describe the RangeVerifier<T>.MinValue constraint when RangeVerifier<T>.IncludeMinEndpoint is true.  
Top
See Also

Reference

DateTimeRangeVerifier Class
IdeaBlade.Validation Namespace

Send Feedback