コード例 #1
0
 /// <summary>
 /// Returns a name identifying the method.
 /// </summary>
 /// <returns>The name of the method.</returns>
 public override string GetMethodName()
 {
     if (!string.IsNullOrWhiteSpace(Name))
     {
         return(Name);
     }
     return("isR" + (StickToPodUntilFull ? "t" : "f") + BufferThreshold.ToString(IOConstants.EXPORT_FORMAT_SHORTER, IOConstants.FORMATTER));
 }
コード例 #2
0
 /// <summary>
 /// Returns a name identifying the method.
 /// </summary>
 /// <returns>The name of the method.</returns>
 public override string GetMethodName()
 {
     if (!string.IsNullOrWhiteSpace(Name))
     {
         return(Name);
     }
     return("isCL" + BufferThreshold.ToString(IOConstants.EXPORT_FORMAT_SHORTER, IOConstants.FORMATTER));
 }