AddMetaSchemaExtensions Method - Integration - Update 44 - Customization & Programming - Hexagon

SmartPlant Integration Customization

Language
English
Product
Integration
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

The AddMetaSchemaExtensions method is called immediately after SetToolParameters. This method should be used to add any metaschema extensions that are specific to the application.

Essentially there are two types of extensions the application metadata adapter might wish to add:

  • Extensions for application-specific metadata properties and application-specific property types (these should be added from within AddMetaSchemaExtensions)

  • Extensions for semantics to be called by the transaction manager based on user actions (these should be added from within SetTransactionManager)