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 IExternalPropertyManagerBaseXmlExportFileSystemSupport. getExternalPropertyManager(org.eclipse.emf.ecore.EObject referenceObject)GetsIExternalPropertyManagerin 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 IExternalPropertyManagerConfigurationFileSystemSupport. 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 IExternalPropertyManagerIExternalPropertyManagerRegistry. getExternalPropertyManager(IBmModel model)Returns external property manager for givenIBmModelmodel instance.IExternalPropertyManagerIExternalPropertyManagerRegistry. registerExternalPropertyManager(IBmModel model)Registers new external property manager for givenIBmModelmodel 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 IExternalPropertyManagerExternalPropertyManagerProvider. getExternalPropertyManager(IBmModel model)Returns the external properties manager registered for given Big Model instance,
-