ValidationResultsCollectionItem(String, NullableValidationSeverity) Property
Gets the validation results for the specified propertyName and severity.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public ValidationResultsCollection this[
string propertyName,
ValidationSeverity? severity
] { get; }
Public ReadOnly Default Property Item (
propertyName As String,
severity As ValidationSeverity?
) As ValidationResultsCollection
Get
public:
property ValidationResultsCollection^ default[String^ propertyName, Nullable<ValidationSeverity> severity] {
ValidationResultsCollection^ get (String^ propertyName, Nullable<ValidationSeverity> severity);
}
member Item : ValidationResultsCollection with get
- 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.
ValidationResultsCollection