示例#1
0
 public static List <QCField> GetFields(string testSetfieldInRestSyntax)
 {
     try
     {
         return(QcRestClient.GetFields(testSetfieldInRestSyntax));
     }
     catch (Exception ex)
     {
         Reporter.ToLog(eAppReporterLogLevel.ERROR, "Failed to get fields with REST API", ex);
         return(null);
     }
 }