Click or drag to resize

IConditionIsValid Method

Determines whether the condition is valid for the specified parameter.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool IsValid(
	Object? parameter
)

Parameters

parameter  Object
The parameter to validate against the condition.

Return Value

Boolean
if the condition is valid; otherwise, .
See Also