Package com._1c.g5.v8.dt.aef2.bm.changes
Class BmChange
java.lang.Object
com._1c.g5.v8.dt.aef2.bm.changes.BmChange
- All Implemented Interfaces:
IChange
Represent a change to be applied to BM-object.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBmChange
(IBmEditingContext editingContext, IBmTask<?> task) Instantiates a new BM change. -
Method Summary
-
Constructor Details
-
BmChange
Instantiates a new BM change.- Parameters:
editingContext
- the BM editing context to apply this change with, cannot benull
.task
- the BM task to apply this change, cannot benull
.
-
-
Method Details