ModelBaseDoValidation Method

Performs the validation on this instance and returns the validation results. Must not return .

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected override ValidationResultsCollection DoValidation()

Return Value

ValidationResultsCollection
A ValidationResultsCollection instance containing the validation results.

Remarks

See Also