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