Package com._1c.g5.v8.dt.aef2.bm.changes
Class BmChange
- java.lang.Object
-
- com._1c.g5.v8.dt.aef2.bm.changes.BmChange
-
-
Constructor Summary
Constructors Constructor Description BmChange(IBmEditingContext editingContext, IBmTask<?> task)
Instantiates a new BM change.
-
-
-
Constructor Detail
-
BmChange
public BmChange(IBmEditingContext editingContext, IBmTask<?> task)
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
.
-
-