Пример #1
0
 public static IDictionary <string, object> ExtensionData(this INakedObjectSpecificationSurface nakedObjectSpecificationSurface)
 {
     return(nakedObjectSpecificationSurface.GetScalarProperty <IDictionary <string, object> >(ScalarProperty.ExtensionData));
 }
Пример #2
0
 public static bool IsFileAttachment(this INakedObjectSpecificationSurface nakedObjectSpecificationSurface)
 {
     return(nakedObjectSpecificationSurface.GetScalarProperty <bool>(ScalarProperty.IsFileAttachment));
 }
Пример #3
0
 public static string Description(this INakedObjectSpecificationSurface nakedObjectSpecificationSurface)
 {
     return(nakedObjectSpecificationSurface.GetScalarProperty <string>(ScalarProperty.Description));
 }
Пример #4
0
 public static bool IsImage(this INakedObjectSpecificationSurface nakedObjectSpecificationSurface)
 {
     return(nakedObjectSpecificationSurface.GetScalarProperty <bool>(ScalarProperty.IsImage));
 }
Пример #5
0
 public static string PluralName(this INakedObjectSpecificationSurface nakedObjectSpecificationSurface)
 {
     return(nakedObjectSpecificationSurface.GetScalarProperty <string>(ScalarProperty.PluralName));
 }