Interface ISymbolDefinitionBase
Base interface of all symbol definitions
Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISymbolDefinitionBase : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceDescription
Gets or sets the description.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Type
Gets the type of symbol definition
Declaration
SymbolDefinitionType Type { get; }
Property Value
Type | Description |
---|---|
SymbolDefinitionType |
Methods
| Improve this Doc View SourceRemoveSchemaAttributes()
Purges the schema and version attributes when serializing back to XML
Declaration
void RemoveSchemaAttributes()
SetSchemaAttributes()
Sets the schema and version attributes
Declaration
void SetSchemaAttributes()