MgResource Class Reference
[Resource Service Classes]
Inherits MgNamedSerializable.
Inherited by MgMapBase, and MgSelectionBase.
Detailed Description
The abstract base class for all resource types.Public Member Functions | |
| MgResourceIdentifier * | GetResourceId () |
| Identifies the resource. | |
| void | Open (MgResourceService *resourceService, MgResourceIdentifier *resourceId) |
| Opens the resource using the specified resource service and resource identifier. | |
| void | Save (MgResourceService *resourceService, MgResourceIdentifier *resourceId) |
| Saves the resource using the specified resource service and resource identifier. | |
| void | Save (MgResourceService *resourceService) |
| Saves the resource using the specified resource service. | |