C# 클래스 Stash.Engine.PersistenceEvents.Track

상속: ITrack
파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
Complete ( IStorageWork work, ISerializationSession session ) : void
Track ( ISerializationSession session, IStoredGraph storedGraph, IRegisteredGraph registeredGraph ) : System

session is used transiently in the constructor.

보호된 메소드들

메소드 설명
CalculateIndexes ( ) : IEnumerable

메소드 상세

CalculateIndexes() 보호된 메소드

protected CalculateIndexes ( ) : IEnumerable
리턴 IEnumerable

Complete() 공개 메소드

public Complete ( IStorageWork work, ISerializationSession session ) : void
work IStorageWork
session ISerializationSession
리턴 void

Track() 공개 메소드

session is used transiently in the constructor.
public Track ( ISerializationSession session, IStoredGraph storedGraph, IRegisteredGraph registeredGraph ) : System
session ISerializationSession
storedGraph IStoredGraph
registeredGraph IRegisteredGraph
리턴 System