Click or drag to resize

ICondition Interface

Interface for single condition or complex condition.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ICondition

The ICondition type exposes the following members.

Properties
 NameDescription
Public propertyAction Returns the action which occurs, when this condition fails.
Public propertyName 
Top
Methods
 NameDescription
Public methodIsValid Returns true, when the condition is valid otherwise false.
Top
See Also