Uses of Interface
com._1c.g5.v8.dt.metadata.IExternalPropertyManager
-
Packages that use IExternalPropertyManager Package Description com._1c.g5.v8.dt.export.xml com._1c.g5.v8.dt.ide com._1c.g5.v8.dt.md com._1c.g5.v8.dt.metadata -
-
Uses of IExternalPropertyManager in com._1c.g5.v8.dt.export.xml
Methods in com._1c.g5.v8.dt.export.xml that return IExternalPropertyManager Modifier and Type Method Description protected IExternalPropertyManager
BaseXmlExportFileSystemSupport. getExternalPropertyManager(org.eclipse.emf.ecore.EObject referenceObject)
GetsIExternalPropertyManager
in specified BM context -
Uses of IExternalPropertyManager in com._1c.g5.v8.dt.ide
Methods in com._1c.g5.v8.dt.ide that return IExternalPropertyManager Modifier and Type Method Description protected IExternalPropertyManager
ConfigurationFileSystemSupport. getExternalPropertyManager()
Returns external property manager -
Uses of IExternalPropertyManager in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return IExternalPropertyManager Modifier and Type Method Description IExternalPropertyManager
IExternalPropertyManagerRegistry. getExternalPropertyManager(IBmModel model)
Returns external property manager for givenIBmModel
model instance.IExternalPropertyManager
IExternalPropertyManagerRegistry. registerExternalPropertyManager(IBmModel model)
Registers new external property manager for givenIBmModel
model instance. -
Uses of IExternalPropertyManager in com._1c.g5.v8.dt.metadata
Methods in com._1c.g5.v8.dt.metadata that return IExternalPropertyManager Modifier and Type Method Description abstract IExternalPropertyManager
ExternalPropertyManagerProvider. getExternalPropertyManager(IBmModel model)
Returns the external properties manager registered for given Big Model instance,
-