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