ValidatingObjectBaseIsValid Property
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
public:
virtual property bool IsValid {
bool get () sealed;
}
abstract IsValid : bool with get
override IsValid : bool with get
Boolean if this instance is valid; otherwise,
.
IValidatingObjectIsValid