Package com._1c.g5.v8.derived
Interface IDerivedDataUpdate
public interface IDerivedDataUpdate
Derived data update wraps a client-driven update of the DD data (e.g. as a result of some complex sceanario,
 which can't be tracked by the standard DD facilities).
- 
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(IContextCollectingSession session, IBmModel bmModel) Updates the DD data. 
- 
Method Details
- 
update
Updates the DD data. The client should get DD contexts from the provided session and mark all necessary DD parts/segments for the recomputation.- Parameters:
 session- The DD context collecting session. Cannot benull.bmModel- Target BM model. Cannot benull.
 
 -