コード例 #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));
 }