RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance 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.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.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.