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 IExternalPropertyManager
getExternalPropertyManager(IBmModel model)
Returns external property manager for givenIBmModel
model instance.IExternalPropertyManager
registerExternalPropertyManager(IBmModel model, boolean cleanStart)
Registers new external property manager for givenIBmModel
model instance.-
Methods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
-
-
-
Method Detail
-
getExternalPropertyManager
IExternalPropertyManager getExternalPropertyManager(IBmModel model)
Returns external property manager for givenIBmModel
model instance.
-
registerExternalPropertyManager
IExternalPropertyManager registerExternalPropertyManager(IBmModel model, boolean cleanStart)
Registers new external property manager for givenIBmModel
model instance.
-
-