Package com._1c.g5.v8.dt.compare.merge
Interface IPostponedFileOperation
- All Known Implementing Classes:
AddFilePostponedOperation,DeleteFilePostponedOperation,ReplaceFileContentPostponedOperation
public interface IPostponedFileOperation
The postponed file operation.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe file content stream provider. -
Method Summary
Modifier and TypeMethodDescriptionvoidperform(IMergeSession mergeSession) Performs the operation.
-
Method Details
-
perform
Performs the operation.- Parameters:
mergeSession- the merge session, cannot benull
-