QuickOPC User's Guide and Reference
AssertionConditionType Enumeration



OpcLabs.BaseLib Assembly > JetBrains.Annotations Namespace : AssertionConditionType Enumeration
Specifies assertion type. If the assertion method argument satisifes the condition, then the execution continues. Otherwise, execution is assumed to be halted
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Enum AssertionConditionType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As AssertionConditionType
[ComVisible(false)]
public enum AssertionConditionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(false)]
public enum class AssertionConditionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
IS_FALSE1Indicates that the marked parameter should be evaluated to false
IS_NOT_NULL3Indicates that the marked parameter should be evaluated to not null value
IS_NULL2Indicates that the marked parameter should be evaluated to null value
IS_TRUE0Indicates that the marked parameter should be evaluated to true
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         JetBrains.Annotations.AssertionConditionType

Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

JetBrains.Annotations Namespace