IDocumentPersistenceService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the functionality to persist a document.
public interface class IDocumentPersistenceService
public interface IDocumentPersistenceService
type IDocumentPersistenceService = interface
Public Interface IDocumentPersistenceService
Remarks
An implementation of this interface allows you to specify a different serialization or storage format.
Methods
Flush(Object) |
When implemented by a derived class, saves the specified document to disk and clears the memory buffer. |
Load(String) |
When implemented by a derived class, places the specified stored document into memory for processing. |
OnModelChanged(Object) |
When implemented by a derived class, starts the process of incorporating changes to the workflow model that is being designed. |