C# 클래스 Stash.Engine.PersistentGraph

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

공개 메소드들

메소드 설명
ActOnSerializedGraph ( Action action ) : void
PersistentGraph ( System.Guid internalID, IEnumerable types, IDictionary indexProjections, IDictionary mapProjections, long version, Func fSerializedGraph ) : System

Manage a persistent graph.

PersistentGraph ( IEnumerable types, IDictionary indexProjections, IDictionary mapProjections, Func fSerializedGraph ) : System

Manage a transient persistent graph. A new InternalId is created. Version is zero.

메소드 상세

ActOnSerializedGraph() 공개 메소드

public ActOnSerializedGraph ( Action action ) : void
action Action
리턴 void

PersistentGraph() 공개 메소드

Manage a persistent graph.
public PersistentGraph ( System.Guid internalID, IEnumerable types, IDictionary indexProjections, IDictionary mapProjections, long version, Func fSerializedGraph ) : System
internalID System.Guid
types IEnumerable
indexProjections IDictionary
mapProjections IDictionary
version long
fSerializedGraph Func
리턴 System

PersistentGraph() 공개 메소드

Manage a transient persistent graph. A new InternalId is created. Version is zero.
public PersistentGraph ( IEnumerable types, IDictionary indexProjections, IDictionary mapProjections, Func fSerializedGraph ) : System
types IEnumerable
indexProjections IDictionary
mapProjections IDictionary
fSerializedGraph Func
리턴 System