-
Notifications
You must be signed in to change notification settings - Fork 1
T_Ifp_Validation_ValidationSeverity_SuccessSeverity
Martin Strecker edited this page Mar 9, 2019
·
6 revisions
A default severity. The ValidationSeverity.SuccessSeverity indicates that an object conforms to a validation rule.
System.Object
Ifp.Validation.ValidationSeverity
Ifp.Validation.ValidationSeverity.SuccessSeverity
Namespace: Ifp.Validation
Assembly: Ifp.Validation (in Ifp.Validation.dll) Version: 1.4.0
C#
public sealed class SuccessSeverity : ValidationSeverity
VB
Public NotInheritable Class SuccessSeverity
Inherits ValidationSeverity
C++
public ref class SuccessSeverity sealed : public ValidationSeverity
F#
[<SealedAttribute>]
type SuccessSeverity =
class
inherit ValidationSeverity
end
The ValidationSeverity.SuccessSeverity type exposes the following members.
Name | Description | |
---|---|---|
ValidationSeverity.SuccessSeverity | Initializes a new instance of the ValidationSeverity.SuccessSeverity class |
Name | Description | |
---|---|---|
AllowsCancel |
Returns false . Should be ignored because IsAnError is false .
(Overrides ValidationSeverity.AllowsCancel.) |
|
CausesCancel |
Returns false . Should be ignored because IsAnError is false .
(Overrides ValidationSeverity.CausesCancel.) |
|
IsAnError |
Returns false indicating a validation success.
(Overrides ValidationSeverity.IsAnError.) |
Name | Description | |
---|---|---|
CompareTo | Implements IComparable(T). Compares two ValidationSeverity objects by delegating to SeverityAsNumber. (Inherited from ValidationSeverity.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
A Sandcastle Documented Class Library
Send comments on this topic to [](mailto:?Subject=A Sandcastle Documented Class Library)
-
Ifp.Validation Namespace
- CollectionValidator(T) Class
- FailureSeverity Enumeration
- IValidationRule(T) Interface
-
IValidationSummaryPresentationService Interface
-
IValidationSummaryPresentationService Methods
-
IValidationSummaryPresentationService.ShowValidationSummary Method
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary)
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary, Boolean)
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary, Boolean, String)
- IValidationSummaryPresentationService.ShowValidationSummary Method (ValidationSummary, Boolean, String, String)
-
IValidationSummaryPresentationService.ShowValidationSummary Method
-
IValidationSummaryPresentationService Methods
- IValidator(T) Interface
- RuleBasedValidator(T) Class
- SubCollectionValidator(T, U) Class
- ValidationFunction(T) Delegate
- ValidationOutcome Class
- ValidationOutcomeWithMessage Class
- ValidationRule(T) Class
- ValidationRuleDelegate(T) Class
-
ValidationSeverity Class
- ValidationSeverity Constructor
-
ValidationSeverity Properties
- ValidationSeverity.AllowsCancel Property
- ValidationSeverity.CausesCancel Property
- ValidationSeverity.Error Property
- ValidationSeverity.Information Property
- ValidationSeverity.IsAnError Property
- ValidationSeverity.SeverityAsNumber Property
- ValidationSeverity.Success Property
- ValidationSeverity.Warning Property
- ValidationSeverity Methods
- ValidationSeverity.ErrorSeverity Class
- ValidationSeverity.InformationSeverity Class
- ValidationSeverity.SuccessSeverity Class
- ValidationSeverity.WarningSeverity Class
- ValidationSummary Class
- ValidationSummaryBuilder Class
- ValidationSummaryBuilderExtensions Class
- Validator(T) Class
- ValidatorCombiner(T) Class