IValidatingObjectIsValid Property

Gets whether this instance is valid. That is, if the ValidationResults property does not return any entry where the Severity property is Error.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
bool IsValid { get; }

Property Value

Boolean
if this instance is valid; otherwise, .

See Also