C# Класс Stash.Azure.Engine.StoredGraph

Наследование: IStoredGraph
Показать файл Открыть проект

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

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

Описание методов

StoredGraph() публичный Метод

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
Результат System

StoredGraph() публичный Метод

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
Результат System