C# Class Stash.Azure.Engine.StoredGraph

Inheritance: IStoredGraph
显示文件 Open project: AndyHitchman/Stash

Public Methods

Method 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 method

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
return System

StoredGraph() public method

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
return System