ValidationResultsCollectionItem(String, NullableValidationSeverity) Property

Gets the validation results for the specified propertyName and severity.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ValidationResultsCollection this[
	string propertyName,
	ValidationSeverity? severity
] { get; }

Parameters

propertyName  String
Name of the property to get the validation results.
severity  NullableValidationSeverity
The severity of the validation results to get. Specify to get results of any severities.

Property Value

ValidationResultsCollection

See Also