[SerializableAttribute]
public sealed class ValidationResultsCollection : Collection<ValidationResult>
<SerializableAttribute>
Public NotInheritable Class ValidationResultsCollection
Inherits Collection(Of ValidationResult)
[SerializableAttribute]
public ref class ValidationResultsCollection sealed : public Collection<ValidationResult^>
[<SealedAttribute>]
[<SerializableAttribute>]
type ValidationResultsCollection =
class
inherit Collection<ValidationResult>
end
ValidationResultsCollection | Initializes a new instance of the ValidationResultsCollection class. |
Errors | Gets a read-only ValidationResultsCollection containing ValidationResult entries with Error severities. |
HasErrors | Gets whether this ValidationResultsCollection has errors. |
HasInfos | Gets whether this ValidationResultsCollection has information entries. |
HasWarnings | Gets whether this ValidationResultsCollection has warnings. |
Infos | Gets the validation results denoting an information. |
ItemString | Gets the validation results for the specified propertyName. |
ItemString, NullableValidationSeverity | Gets the validation results for the specified propertyName and severity. |
Message | Gets a single combined String that contains all messages in this ValidationResultsCollection. |
Warnings | Gets the validation results denoting a warning.= as a read-only ValidationResultsCollection. |
AddError | Adds an error to this ValidationResultsCollection. |
AddInfo | Adds an information to this ValidationResultsCollection. |
AddWarning | Adds a warning to this ValidationResultsCollection. |
ToString |
Gets the string representation of this ValidationResultsCollection instance.
(Overrides ObjectToString) |
TryGetFirstWithHighestSeverity | Gets the first ValidationResult with highest severity, optionally using the specified propertyName, or , if no such ValidationResult exists. |
Empty | Gets an empty, immutable ValidationResultsCollection. This field is read-only. |
Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |