Uses of Interface
com._1c.g5.v8.dt.compare.merge.IPostponedFileOperation
- 
Packages that use IPostponedFileOperation Package Description com._1c.g5.v8.dt.compare.merge 
- 
- 
Uses of IPostponedFileOperation in com._1c.g5.v8.dt.compare.mergeClasses in com._1c.g5.v8.dt.compare.merge that implement IPostponedFileOperation Modifier and Type Class Description classAddFilePostponedOperationThe postponed operation of adding a new file.classDeleteFilePostponedOperationThe postponed operation of deleting an existing file.classReplaceFileContentPostponedOperationThe postponed operation of replacing an existing file content.Methods in com._1c.g5.v8.dt.compare.merge that return types with arguments of type IPostponedFileOperation Modifier and Type Method Description List<IPostponedFileOperation>IMergeSession. getPostponedFileOperations()Gets the list of postponed file operations in the order of addition.Methods in com._1c.g5.v8.dt.compare.merge with parameters of type IPostponedFileOperation Modifier and Type Method Description voidIMergeSession. addPostponedFileOperation(IPostponedFileOperation operation)Adds a postponed file operation.
 
-