Click or drag to resize

ICondition Interface

Represents a single condition or a complex condition.

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

The ICondition type exposes the following members.

Properties
 NameDescription
Public propertyAction Gets or sets the action that occurs when this condition fails.
Public propertyName Gets the condition name.
Top
Methods
 NameDescription
Public methodIsValid Determines whether the condition is valid for the specified parameter.
Top
See Also