예제 #1
0
 /// <summary>
 /// Return the table name associated to the authentication (its description attribute).
 /// </summary>
 /// <param name="at"></param>
 /// <returns></returns>
 public static string ToTableName(this AuthenticationType at)
 {
     return(at.ToDescriptionString());
 }