Package com._1c.g5.v8.dt.md
Interface IExternalPropertyManagerRegistry
-
- All Superinterfaces:
IManagedService
public interface IExternalPropertyManagerRegistry extends IManagedService
External property managers registry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IExternalPropertyManagergetExternalPropertyManager(IBmModel model)Returns external property manager for givenIBmModelmodel instance.IExternalPropertyManagerregisterExternalPropertyManager(IBmModel model)Registers new external property manager for givenIBmModelmodel instance.-
Methods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
-
-
-
Method Detail
-
getExternalPropertyManager
IExternalPropertyManager getExternalPropertyManager(IBmModel model)
Returns external property manager for givenIBmModelmodel instance.
-
registerExternalPropertyManager
IExternalPropertyManager registerExternalPropertyManager(IBmModel model)
Registers new external property manager for givenIBmModelmodel instance.
-
-