Struct IOperationEntity#

Inheritance Relationships#

Derived Type#

Struct Documentation#

struct IOperationEntity#

Operation entity.

Subclassed by COperationEntity

Public Functions

virtual IEntityIterator *GetParameters() = 0#

Get parameter entity iterator if the definition has any parameters.

Returns:

Returns a pointer to the parameter entity iterator or NULL when not available.

virtual IEntityIterator *GetExceptions() = 0#

Get the list of possible exceptions that might be fired for this operation.

Returns:

Returns a pointer to the exception entity iterator or NULL when not available.

IEntityIterator GetParameters()

Get parameter entity iterator if the definition has any parameters.

Returns:

Returns a pointer to the parameter entity iterator or NULL when not available.

IEntityIterator GetExceptions()

Get the list of possible exceptions that might be fired for this operation.

Returns:

Returns a pointer to the exception entity iterator or NULL when not available.

Public Static Attributes

static ::sdv::interface_id _id = 0x75F2DA445EB605EE#

Interface ID.