Class SchemaElement
Base class of all FDO schema elements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Schema
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public abstract class SchemaElement
Properties
| Improve this Doc View SourceDescription
Gets or sets the description of this element
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of this element
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |