RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

AssertionConditionType Enumeration

Specifies assertion type. If the assertion method argument satisfies the condition, then the execution continues. Otherwise, execution is assumed to be halted.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public enum AssertionConditionType
Public Enumeration AssertionConditionType
public enum class AssertionConditionType

Members


Member nameDescription
IS_TRUE Marked parameter should be evaluated to true.
IS_FALSE Marked parameter should be evaluated to false.
IS_NULL Marked parameter should be evaluated to null value.
IS_NOT_NULL Marked parameter should be evaluated to not null value.