示例#1
0
 public static string GetTown(IContactDetails that) => that.Value <string>("town");
示例#2
0
 public static string GetRegion(IContactDetails that) => that.Value <string>("region");
示例#3
0
 public static string GetTelephone(IContactDetails that) => that.Value <string>("telephone");
示例#4
0
 public static string GetPostZipCode(IContactDetails that) => that.Value <string>("postZipCode");
示例#5
0
 public static string GetEmail(IContactDetails that) => that.Value <string>("email");
示例#6
0
 public static string GetCountry(IContactDetails that) => that.Value <string>("country");
示例#7
0
 public static string GetCity(IContactDetails that) => that.Value <string>("city");
示例#8
0
 public static string GetAddress2(IContactDetails that) => that.Value <string>("address2");