다음을 통해 공유


IDocumentPersistenceService 인터페이스

정의

문서를 유지하기 위한 기능을 제공합니다.

public interface class IDocumentPersistenceService
public interface IDocumentPersistenceService
type IDocumentPersistenceService = interface
Public Interface IDocumentPersistenceService

설명

이 인터페이스의 구현을 통해 다른 serialization 또는 스토리지 형식을 지정할 수 있습니다.

메서드

Flush(Object)

파생 클래스에서 구현되는 경우 지정된 문서를 디스크에 저장하고 메모리 버퍼를 삭제합니다.

Load(String)

파생 클래스에서 구현되는 경우 지정된 저장 문서를 처리를 위해 메모리로 가져옵니다.

OnModelChanged(Object)

파생 클래스에서 구현되는 경우 디자인 중인 워크플로 모델로 변경 내용을 통합하는 프로세스를 시작합니다.

적용 대상