C# Class Stash.Azure.Engine.StoredGraph

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

Méthodes publiques

Méthode Description
StoredGraph ( InternalId internalId, Type graphType, Microsoft.WindowsAzure.StorageClient.AccessCondition accessCondition ) : System

Create a stored graph based on an existing record

StoredGraph ( InternalId internalId, Type graphType, Microsoft.WindowsAzure.StorageClient.AccessCondition accessCondition, Stream graph ) : System

Create a stored graph based on an existing record

Method Details

StoredGraph() public méthode

Create a stored graph based on an existing record
public StoredGraph ( InternalId internalId, Type graphType, Microsoft.WindowsAzure.StorageClient.AccessCondition accessCondition ) : System
internalId Stash.Engine.InternalId
graphType System.Type
accessCondition Microsoft.WindowsAzure.StorageClient.AccessCondition
Résultat System

StoredGraph() public méthode

Create a stored graph based on an existing record
public StoredGraph ( InternalId internalId, Type graphType, Microsoft.WindowsAzure.StorageClient.AccessCondition accessCondition, Stream graph ) : System
internalId Stash.Engine.InternalId
graphType System.Type
accessCondition Microsoft.WindowsAzure.StorageClient.AccessCondition
graph Stream
Résultat System