C# Class Two10.AzureGraphStore.Graph

Afficher le fichier Open project: richorama/AzureStorageExtensions

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Create() public méthode

public Create ( ) : void
Résultat void

CreateIfNotExists() public méthode

public CreateIfNotExists ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Delete() public méthode

public Delete ( Triple triple ) : void
triple Triple
Résultat void

Delete() public méthode

public Delete ( string subject, string property, string value ) : void
subject string
property string
value string
Résultat void

DeleteIfExists() public méthode

public DeleteIfExists ( ) : void
Résultat void

Get() public méthode

public Get ( string subject = "", string property = "", string value = "" ) : IEnumerable
subject string
property string
value string
Résultat IEnumerable

Graph() public méthode

public Graph ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, string name ) : System
table Microsoft.WindowsAzure.Storage.Table.CloudTable
name string
Résultat System

MD5Hash() public static méthode

public static MD5Hash ( string input ) : string
input string
Résultat string

Put() public méthode

public Put ( Triple triple ) : void
triple Triple
Résultat void

Put() public méthode

public Put ( string subject, string property, string value ) : void
subject string
property string
value string
Résultat void