IDocumentPersistenceService Interface
.NET Framework (current version)
Provides the functionality to persist a document.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
An implementation of this interface allows you to specify a different serialization or storage format.
.NET Framework
Available since 4.0
Available since 4.0
Show:
