Web API Reference | MapGuide Open Source |
Inherits MgProperty.
Inherited by MgDataPropertyDefinition, MgGeometricPropertyDefinition, MgObjectPropertyDefinition, and MgRasterPropertyDefinition.
Public Member Functions | |
STRING | GetDescription () |
Gets the description of this property. | |
INT16 | GetPropertyType () |
Gets the definition type (either data, geometric, object, or raster) of this property. | |
STRING | GetQualifiedName () |
Gets the qualified name of this property whose format is <schemaName>:<className>.<propertyName>. | |
MgPropertyDefinition (CREFSTRING name, INT16 type) | |
Constructs an MgPropertyDefinition object. | |
void | SetDescription (CREFSTRING description) |
void | SetQualifiedName (CREFSTRING qualifiedName) |
Friends | |
class | MgPropertyDefinitionCollection |