Struct IAttributeEntity#
Defined in File core_idl.h
Inheritance Relationships#
Derived Type#
public CAttributeEntity
(Class CAttributeEntity)
Struct Documentation#
-
struct IAttributeEntity#
Attribute entity.
Subclassed by CAttributeEntity
Public Functions
-
virtual IEntityIterator *GetReadExceptions() = 0#
Get the list of possible exceptions that might be fired during a read operation.
- Returns:
Returns a pointer to the exception entity iterator or NULL when not available.
-
virtual IEntityIterator *GetWriteExceptions() = 0#
Get the list of possible exceptions that might be fired during a write operation.
- Returns:
Returns a pointer to the exception entity iterator or NULL when not available.
-
IEntityIterator GetReadExceptions()
Get the list of possible exceptions that might be fired during a read operation.
- Returns:
Returns a pointer to the exception entity iterator or NULL when not available.
-
IEntityIterator GetWriteExceptions()
Get the list of possible exceptions that might be fired during a write operation.
- Returns:
Returns a pointer to the exception entity iterator or NULL when not available.
Public Static Attributes
-
static ::sdv::interface_id _id = 0x492ABA076F15A69B#
Interface ID.
-
virtual IEntityIterator *GetReadExceptions() = 0#