The following tables list the members exposed by Verifier.
Name | Description | |
---|---|---|
![]() | DefaultSortValue | Default SortValue for all verifiers = 0 |
Name | Description | |
---|---|---|
![]() | ApplicableType | The object type on which the property to be verified is defined. |
![]() | ErrorMessageInfo | Description of this verifier - will be used by default to construct status messages regarding the success or failure of the verifier. |
![]() | InitializationOrder | Gets or sets the internally maintained order that represents the order that this verifier was added to a VerifierEngine. |
![]() | SortValue | Gets or sets the order that verifiers are executed within a verifier batch. |
![]() | TriggerLinks | Gets a collection of all of the TriggerLinks on this verifier. |
![]() | VerifierArgs | Gets or sets the parameters that represent the state of this verifier. |
![]() | VerifierEngine | VerifierEngine that this Verifier is attached to. Will be null for any unattached verifier. |
![]() | VerifierOptions |
Name | Description | |
---|---|---|
![]() | AddTrigger | Overloaded. Add a TriggerItem to this verifier. |
![]() | AddTriggers | Adds multiple TriggerItems to this verifier. A TriggerItem is constructed using the Verifier.ApplicableType and each member name specified. |
![]() | CompareTo | See System.IComparable.CompareTo(System.Object) |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | IsApplicable | Default implementation that may be overridden by any subclass that wants to implement IsApplicable logic. Default return value in VerifierApplicability.Yes |
![]() | RemoveTrigger | Overloaded. Remove a TriggerItem from this verifier. |
![]() | RemoveTriggers | Removes multiple TriggerItems to this verifier. A TriggerItem is constructed using the Verifier.ApplicableType and each member name specified. |
![]() | ToString | (Inherited from object) |
![]() | Verify | Invoked by the framework to execute the verifier. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
![]() | OnVerifierEngineAttach | Occurs immediately after a verifier is attached to its verifier engine but before it is 'frozen'. |