Class FeatureBase
Base implementation of the IFeature interface
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.Feature
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class FeatureBase : RecordBase, IRecordReset, IRecordInitialize, IFeature, IRecord
Constructors
| Improve this Doc View SourceFeatureBase(ClassDefinition)
Initializes a new instance of the FeatureBase class.
Declaration
public FeatureBase(ClassDefinition clsDef)
Parameters
Type | Name | Description |
---|---|---|
ClassDefinition | clsDef | The class definition. |
Properties
| Improve this Doc View SourceClassDefinition
Gets the class definition of the object currently being read. If the user has requested only a subset of the class properties (as specified in the filter text), the class definition reflects what the user has requested, rather than the full class definition.
Declaration
public ClassDefinition ClassDefinition { get; }
Property Value
Type | Description |
---|---|
ClassDefinition |