コード例 #1
0
 public static string GetDegLevel(IEducationControl that) => that.Value <string>("degLevel");
コード例 #2
0
 public static string GetDegYear(IEducationControl that) => that.Value <string>("degYear");
コード例 #3
0
 public static global::Umbraco.Web.PublishedModels.SchoolElement GetSchool(IEducationControl that) => that.Value <global::Umbraco.Web.PublishedModels.SchoolElement>("school");