Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

 

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 */
                                                              SdaiInteger    *numberOfNewEntities,
                                                              SdaiInstance  **newEntitiesIds);     /* newEntitiesIds should be freed (edmiFree()) by caller */

EdmiError     _CDECL edmiGetExtensionSchemaExtendedEntities  (SdaiSchema      expressSchemaId, 
                                                              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 */


Use this function to get a property for an extension schemata for an EXPRESS schema.

Arguments


<arguments missing>

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options


<arguments missing>

Example



Se also

Filter by label

There are no items with the selected labels at this time.

 

 

  • No labels