C# 클래스 Two10.AzureGraphStore.Graph

파일 보기 프로젝트 열기: richorama/AzureStorageExtensions

공개 메소드들

메소드 설명
Create ( ) : void
CreateIfNotExists ( ) : void
Delete ( ) : void
Delete ( Triple triple ) : void
Delete ( string subject, string property, string value ) : void
DeleteIfExists ( ) : void
Get ( string subject = "", string property = "", string value = "" ) : IEnumerable
Graph ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, string name ) : System
MD5Hash ( string input ) : string
Put ( Triple triple ) : void
Put ( string subject, string property, string value ) : void

비공개 메소드들

메소드 설명
JoinKey ( string dimension, string value1, string value2 ) : string
QueryTriples ( ) : IEnumerable
QueryTriples ( string dimension, string pk1 ) : IEnumerable
QueryTriples ( string dimension, string pk1, string pk2 ) : IEnumerable
RetrieveSingleTriple ( string subject, string property, string value ) : IEnumerable

메소드 상세

Create() 공개 메소드

public Create ( ) : void
리턴 void

CreateIfNotExists() 공개 메소드

public CreateIfNotExists ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( Triple triple ) : void
triple Triple
리턴 void

Delete() 공개 메소드

public Delete ( string subject, string property, string value ) : void
subject string
property string
value string
리턴 void

DeleteIfExists() 공개 메소드

public DeleteIfExists ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string subject = "", string property = "", string value = "" ) : IEnumerable
subject string
property string
value string
리턴 IEnumerable

Graph() 공개 메소드

public Graph ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, string name ) : System
table Microsoft.WindowsAzure.Storage.Table.CloudTable
name string
리턴 System

MD5Hash() 공개 정적인 메소드

public static MD5Hash ( string input ) : string
input string
리턴 string

Put() 공개 메소드

public Put ( Triple triple ) : void
triple Triple
리턴 void

Put() 공개 메소드

public Put ( string subject, string property, string value ) : void
subject string
property string
value string
리턴 void