Package com._1c.g5.v8.dt.aef2.bm.changes
Class BmChange
- java.lang.Object
- 
- com._1c.g5.v8.dt.aef2.bm.changes.BmChange
 
- 
- 
Constructor SummaryConstructors Constructor Description BmChange(IBmEditingContext editingContext, IBmTask<?> task)Instantiates a new BM change.
 
- 
- 
- 
Constructor Detail- 
BmChangepublic BmChange(IBmEditingContext editingContext, IBmTask<?> task) Instantiates a new BM change.- Parameters:
- editingContext- the BM editing context to apply this change with, cannot be- null.
- task- the BM task to apply this change, cannot be- null.
 
 
- 
 
-