Property | Type | Description | |
---|---|---|---|
Table | IAzureTable |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
All ( ) : IEnumerable |
||
AllThat ( bool>.Func |
||
Delete ( string applicationId, string tileId, string clientId ) : void | ||
Find ( bool>.Func |
||
Find ( string applicationId, string tileId, string clientId ) : Endpoint | ||
InsertOrUpdate ( Endpoint endpoint ) : void | ||
WindowsAzureEndpointRepository ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System | ||
WindowsAzureEndpointRepository ( IAzureTable |
public AllThat ( bool>.Func |
||
filterExpression | bool>.Func | |
return | IEnumerable |
public Delete ( string applicationId, string tileId, string clientId ) : void | ||
applicationId | string | |
tileId | string | |
clientId | string | |
return | void |
public Find ( bool>.Func |
||
filterExpression | bool>.Func | |
return | Endpoint |
public Find ( string applicationId, string tileId, string clientId ) : Endpoint | ||
applicationId | string | |
tileId | string | |
clientId | string | |
return | Endpoint |
public InsertOrUpdate ( Endpoint endpoint ) : void | ||
endpoint | Endpoint | |
return | void |
public WindowsAzureEndpointRepository ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System | ||
storageAccount | Microsoft.WindowsAzure.CloudStorageAccount | |
return | System |
public WindowsAzureEndpointRepository ( IAzureTable |
||
table | IAzureTable |
|
return | System |