Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError _CDECL edmiGetExtensionSchemaProperty (SdaiSchema expressSchemaId, SdaiInteger extensionSchemaId, SdaiString propertyName, /* name, creationDate, ... */ SdaiVoid value); EdmiError _CDECL edmiGetExtensionSchemaNewEntities (SdaiSchema expressSchemaId, SdaiInteger extensionSchemaId, /* When extensionSchemaId = 0, new entities of all extension schemata for schema will be returned */ SdaiString SdaiInteger *numberOfNewEntitiespropertyName, SdaiInstance **newEntitiesIds); /* newEntitiesIds should be freed (edmiFree()) by caller */ EdmiError _CDECL edmiGetExtensionSchemaExtendedEntities (SdaiSchema expressSchemaIdSdaiPrimitiveType dataType, SdaiVoid SdaiInteger extensionSchemaId, /* When extensionSchemaId = 0, entities extended by any extension schemata for schema will be returned */ SdaiInteger *numberOfExtendedEntities, SdaiInstance **extendedEntitiesIds); /* extendedEntitiesIds should be freed (edmiFree()) by caller */ EdmiError _CDECL edmiGetEntityExtensionAttributes (SdaiEntity entityId, SdaiInteger extensionSchemaId, /* When extensionSchemaId = 0, all extension attributes of entityId of all extension schema for schema will be returned */ SdaiInteger *numberOfAttributes, SdaiInstance **attributeIds); /* attributeIds should be freed (edmiFree()) by caller */ value); |
Use this function to get a property for an extension schemata for an EXPRESS schema.
Arguments
...
...
Type | Name | Comment |
SdaiSchema | expressSchemaId | |
SdaiInteger | extensionSchemaId | |
SdaiString | propertyName | name, created, ... |
SdaiPrimitiveType | dataType | sdaiSTRING, sdaiINTEGER ... |
SdaiVoid | value |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
<arguments missing>
Example
...
...
Code Block | ||
---|---|---|
| ||
<example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|