C# Класс Stash.Engine.PersistentGraph

Показать файл Открыть проект

Открытые методы

Метод Описание
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