コード例 #1
0
 /// <summary>
 /// Get all ERRORCODEANDLOCATION Records from ERR
 /// </summary>
 public static List <ID> GetAllERRORCODEANDLOCATIONRecords(this ERR message)
 {
     return(message.GetAllRecords <ID>("ERRORCODEANDLOCATIONRepetitionsUsed", "GetERRORCODEANDLOCATION"));
 }