コード例 #1
0
 public static int AutoCompleteMinLength(this INakedObjectAssociationSurface nakedObjectAssociationSurface)
 {
     return(nakedObjectAssociationSurface.GetScalarProperty <int>(ScalarProperty.AutoCompleteMinLength));
 }
コード例 #2
0
 public static IDictionary <string, object> ExtensionData(this INakedObjectAssociationSurface nakedObjectAssociationSurface)
 {
     return(nakedObjectAssociationSurface.GetScalarProperty <IDictionary <string, object> >(ScalarProperty.ExtensionData));
 }
コード例 #3
0
 public static string Mask(this INakedObjectAssociationSurface nakedObjectAssociationSurface)
 {
     return(nakedObjectAssociationSurface.GetScalarProperty <string>(ScalarProperty.Mask));
 }
コード例 #4
0
 public static bool IsInline(this INakedObjectAssociationSurface nakedObjectAssociationSurface)
 {
     return(nakedObjectAssociationSurface.GetScalarProperty <bool>(ScalarProperty.IsInline));
 }
コード例 #5
0
 public static int MemberOrder(this INakedObjectAssociationSurface nakedObjectAssociationSurface)
 {
     return(nakedObjectAssociationSurface.GetScalarProperty <int>(ScalarProperty.MemberOrder));
 }
コード例 #6
0
 public static string Description(this INakedObjectAssociationSurface nakedObjectAssociationSurface)
 {
     return(nakedObjectAssociationSurface.GetScalarProperty <string>(ScalarProperty.Description));
 }
コード例 #7
0
 public static int?MaxLength(this INakedObjectAssociationSurface nakedObjectAssociationSurface)
 {
     return(nakedObjectAssociationSurface.GetScalarProperty <int?>(ScalarProperty.MaxLength));
 }