Package com._1c.g5.v8.dt.compare.merge
Interface IPostponedFileOperation
- 
- All Known Implementing Classes:
- AddFilePostponedOperation,- DeleteFilePostponedOperation,- ReplaceFileContentPostponedOperation
 
 public interface IPostponedFileOperationThe postponed file operation.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceIPostponedFileOperation.IContentStreamProviderThe file content stream provider.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform(IMergeSession mergeSession)Performs the operation.
 
- 
- 
- 
Method Detail- 
performvoid perform(IMergeSession mergeSession) Performs the operation.- Parameters:
- mergeSession- the merge session, cannot be- null
 
 
- 
 
-