public static string GetRowKey(ApiRegistrationProviderType providerType)
 {
     return Enum.GetName(typeof(ApiRegistrationProviderType), providerType);
 }
示例#2
0
 public static string GetRowKey(ApiRegistrationProviderType providerType)
 {
     return(Enum.GetName(typeof(ApiRegistrationProviderType), providerType));
 }
 public static string GetPartitionKey(ApiRegistrationProviderType providerType)
 {
     return Convert.ToString((int)providerType, CultureInfo.InvariantCulture);
 }
示例#4
0
 public static string GetPartitionKey(ApiRegistrationProviderType providerType)
 {
     return(Convert.ToString((int)providerType, CultureInfo.InvariantCulture));
 }