Amido.Azure.Storage.TableStorage.Tests.Integration.TestEntity.TestEntity C# (CSharp) Метод

TestEntity() публичный Метод

public TestEntity ( string partitionKey, string rowKey ) : Microsoft.WindowsAzure.StorageClient
partitionKey string
rowKey string
Результат Microsoft.WindowsAzure.StorageClient
        public TestEntity(string partitionKey, string rowKey) : base(partitionKey, rowKey)
        {
        }
TestEntity