Пример #1
0
 CloudBlob GetBlobReference(TKey key)
 {
     return(_container.GetBlobReference(_strategy.GetEntityLocation(typeof(TEntity), key)));
 }
Пример #2
0
 string GetName(TKey key)
 {
     return(_strategy.GetEntityLocation <TEntity>(key));
 }
 string GetName(TKey key)
 {
     return(Path.Combine(_folder, _strategy.GetEntityLocation <TEntity>(key)));
 }
Пример #4
0
 string GetName(TKey key)
 {
     return(_strategy.GetEntityLocation(typeof(TEntity), key));
 }
Пример #5
0
 string GetName(TKey key)
 {
     return(Path.Combine(_folder, _strategy.GetEntityLocation(typeof(TEntity), key)));
 }
Пример #6
0
 CloudBlob GetBlobReference(TKey key)
 {
     return(_container.GetBlobReference(_strategy.GetEntityLocation <TEntity>(key)));
 }