Exemple #1
0
 public static string GetRowKey(ApiRegistrationKey providerType)
 {
     return(Enum.GetName(typeof(ApiRegistrationKey), providerType));
 }
Exemple #2
0
 public static string GetPartitionKey(ApiRegistrationKey providerType)
 {
     return(Convert.ToString((int)providerType, CultureInfo.InvariantCulture));
 }