C# 클래스 Rolcore.Repository.WindowsAzure.StorageClientImpl.TableServiceContextRepositoryBase

Base class for implementing a repository based on the Azure Table service.
파일 보기 프로젝트 열기: Rollins/Rolcore

보호된 메소드들

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

메소드 상세

TableServiceContextRepositoryBase() 보호된 메소드

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 .
리턴 System

TableServiceContextRepositoryBase() 보호된 메소드

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 .
리턴 System

TableServiceContextRepositoryBase() 보호된 메소드

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 .
리턴 System

TableServiceContextRepositoryBase() 보호된 메소드

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 .
리턴 System