C# 클래스 Stash.Azure.Engine.StoredGraph

상속: IStoredGraph
파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
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