ValidatingObjectBaseIsValid Property

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

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public bool IsValid { get; }

Property Value

Boolean
if this instance is valid; otherwise, .

Implements

IValidatingObjectIsValid

See Also