Interface IPropertyInfoManager
- All Superinterfaces:
IManagedService
- All Known Implementing Classes:
PropertyInfoManager
The central manager of
PropertyInfo
virtual elements. Provides major lifecycle stages support.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The unique name of the service withing the LC subsystem. -
Method Summary
Modifier and TypeMethodDescriptiongetSource
(PropertyInfo propertyInfo, IBmEngine bmEngine) Gets the source from the givenPropertyInfo
.Methods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
Field Details
-
SERVICE_NAME
The unique name of the service withing the LC subsystem.- See Also:
-
-
Method Details
-
getSource
Gets the source from the givenPropertyInfo
. Performs all necessary checks/resolving/etc.- Parameters:
propertyInfo
- The targetPropertyInfo
object.bmEngine
- The instance of the BM engine for the originating project.- Returns:
- The processed source. Could be
null
.
-