Changes between Version 5 and Version 6 of MapGuideRfc70
- Timestamp:
- 06/25/09 23:00:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc70
v5 v6 32 32 == Proposed Solution == 33 33 34 === Schema, Class and Property Definition===34 ==== Changes to !MgFeatureSchema, !MgClassDefinition and !MgPropertyDefinition ==== 35 35 36 36 !ApplySchema need not only support adding, modifying but also support deleting schema elements. So we need a method to mark the schema element for deletion. The method Delete() will be added to classes !MgFeatureSchema, !MgClassDefinition, !MgPropertyDefinition for it. … … 82 82 }}} 83 83 84 === Changes to Feature Service===84 ==== Changes to Feature Service ==== 85 85 86 86 Feature Service will be extended to add one method to apply a schema.