C# Class Stash.Engine.PersistenceEvents.Track

Inheritance: ITrack
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
Complete ( IStorageWork work, ISerializationSession session ) : void
Track ( ISerializationSession session, IStoredGraph storedGraph, IRegisteredGraph registeredGraph ) : System

session is used transiently in the constructor.

Méthodes protégées

Méthode Description
CalculateIndexes ( ) : IEnumerable

Method Details

CalculateIndexes() protected méthode

protected CalculateIndexes ( ) : IEnumerable
Résultat IEnumerable

Complete() public méthode

public Complete ( IStorageWork work, ISerializationSession session ) : void
work IStorageWork
session ISerializationSession
Résultat void

Track() public méthode

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