Uses of Class
com._1c.g5.v8.dt.compare.merge.PostponedFileOperation
-
Packages that use PostponedFileOperation Package Description com._1c.g5.v8.dt.compare.merge -
-
Uses of PostponedFileOperation in com._1c.g5.v8.dt.compare.merge
Methods in com._1c.g5.v8.dt.compare.merge that return types with arguments of type PostponedFileOperation Modifier and Type Method Description List<PostponedFileOperation>
IMergeSession. getPostponedFileOperations()
Gets the list of postponed file operation descriptors in the order of addition.Methods in com._1c.g5.v8.dt.compare.merge with parameters of type PostponedFileOperation Modifier and Type Method Description void
IMergeSession. addPostponedFileOperation(PostponedFileOperation operation)
Adds a postponed file operation
-