C# Class Rolcore.Repository.WindowsAzure.StorageClientImpl.TableServiceContextRepositoryBase

Base class for implementing a repository based on the Azure Table service.
Show file Open project: Rollins/Rolcore

Protected Methods

Method Description
TableServiceContextRepositoryBase ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount, string entitySetName ) : System

Initializes a new TableServiceContextRepositoryBase.

TableServiceContextRepositoryBase ( Microsoft.WindowsAzure.StorageClient.CloudTableClient client, string entitySetName ) : System

Initializes a new TableServiceContextRepositoryBase.

TableServiceContextRepositoryBase ( Microsoft.WindowsAzure.StorageClient.TableServiceContext context, string entitySetName ) : System

Initializes a new TableServiceContextRepositoryBase.

TableServiceContextRepositoryBase ( string connectionString, string entitySetName ) : System

Initializes a new TableServiceContextRepositoryBase.

Method Details

TableServiceContextRepositoryBase() protected method

Initializes a new TableServiceContextRepositoryBase.
protected TableServiceContextRepositoryBase ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount, string entitySetName ) : System
storageAccount Microsoft.WindowsAzure.CloudStorageAccount Specifies the in which /// entities are to be stored.
entitySetName string The value for .
return System

TableServiceContextRepositoryBase() protected method

Initializes a new TableServiceContextRepositoryBase.
protected TableServiceContextRepositoryBase ( Microsoft.WindowsAzure.StorageClient.CloudTableClient client, string entitySetName ) : System
client Microsoft.WindowsAzure.StorageClient.CloudTableClient A that provides access to the /// backing
entitySetName string The value for .
return System

TableServiceContextRepositoryBase() protected method

Initializes a new TableServiceContextRepositoryBase.
protected TableServiceContextRepositoryBase ( Microsoft.WindowsAzure.StorageClient.TableServiceContext context, string entitySetName ) : System
context Microsoft.WindowsAzure.StorageClient.TableServiceContext The value for .
entitySetName string The value for .
return System

TableServiceContextRepositoryBase() protected method

Initializes a new TableServiceContextRepositoryBase.
protected TableServiceContextRepositoryBase ( string connectionString, string entitySetName ) : System
connectionString string Specifies the connection string to the cloud storage /// account in which entities are to be stored.
entitySetName string The value for .
return System