IDocumentPersistenceService 인터페이스

정의

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

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

설명

이 인터페이스를 구현하면 다른 직렬화 또는 스토리지 형식을 지정할 수 있습니다.

메서드

Name Description
Flush(Object)

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

Load(String)

파생 클래스에서 구현되는 경우 지정된 저장된 문서를 메모리에 배치하여 처리합니다.

OnModelChanged(Object)

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

적용 대상