Skip to main content

IAssertions

Short summary

This interface provides assert statements the most common data: For STRUCT, ARRAY, FUNCTION BLOCK, ENUM use IAssertions.binary For BYTE, WORD, DWORD, LWORD, __XWORD use IAssertions.bitNumber For BOOL use IAssertions.boolean For DT, TOD, DATE use IAssertions.dateAndTime For REAL, LREAL use IAssertions.float For SINT, INT, DINT, LINT, __XINT use IAssertions.integer For CNM_AbstractObject.IObject use IAssertions.object For POINTER use IAssertions.pointers For STRING, WSTRING use IAssertions.strings For TIME, LTIME use IAssertions.times

properties

AccessAbstractFinalExtendsImplements
-NoNo__SYSTEM.IQueryInterface-

UML Diagram

Properties

binary

Type: IBinaryAssertions

Returns the interface IBinaryAssertions

bitNumber

Type: IBitNumberAssertions

Returns the interface IBitNumberAssertions

boolean

Type: IBooleanAssertion

Returns the interface IBooleanAssertion

dateAndTime

Type: IDateAndTimeAssertions

Returns the interface IDateAndTimeAssertions

float

Type: IFloatAssertions

Returns the interface IFloatAssertions

integer

Type: IIntegerAssertions

Returns the interface IIntergerAssertions

object

Type: IObjectAssertions

Returns the interface IObjectAssertions

pointers

Type: IPointerAssertions

Returns the interface IPointerAssertions

strings

Type: IStringAssertions

Returns the interface IStringAssertions

times

Type: ITimeAssertions

Returns the interface ITimeAssertions

Code

Declaration

INTERFACE IAssertions EXTENDS __SYSTEM.IQueryInterface