コード例 #1
0
 public static bool GetDoNotShowDate(IUFlistingSettings that) => that.Value <bool>("doNotShowDate");
コード例 #2
0
 public static bool GetDoNotShowSummary(IUFlistingSettings that) => that.Value <bool>("doNotShowSummary");
コード例 #3
0
 public static string GetButtonLinkText(IUFlistingSettings that) => that.Value <string>("buttonLinkText");
コード例 #4
0
 public static bool GetDoNotShowImages(IUFlistingSettings that) => that.Value <bool>("doNotShowImages");