Method | Description | |
---|---|---|
ActOnSerializedGraph ( Action |
||
PersistentGraph ( System.Guid internalID, IEnumerable |
Manage a persistent graph.
|
|
PersistentGraph ( IEnumerable |
Manage a transient persistent graph. A new InternalId is created. Version is zero.
|
public ActOnSerializedGraph ( Action |
||
action | Action |
|
return | void |
public PersistentGraph ( System.Guid internalID, IEnumerable |
||
internalID | System.Guid | |
types | IEnumerable |
|
indexProjections | IDictionary |
|
mapProjections | IDictionary |
|
version | long | |
fSerializedGraph | Func |
|
return | System |
public PersistentGraph ( IEnumerable |
||
types | IEnumerable |
|
indexProjections | IDictionary |
|
mapProjections | IDictionary |
|
fSerializedGraph | Func |
|
return | System |