The ReparentContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReparentContext |
Construct a new reparent context.
|
Methods
Name | Description | |
---|---|---|
AddChangeListener |
Add a ChangeListener to a projected feature.
| |
CreateFeature | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetParent |
The parent of this content.
| |
GetSchema | ||
GetSequence |
Get the sequence for a feature.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ProjectChildFeatures |
Project all features that are children of feature so that they become
children of parent.
| |
ProjectFeature |
Project a single feature.
| |
ProjectFeatures |
Project all of the features in a FeatureHolder.
| |
ProjectFilter |
Transform a filter on unprojected features so that it applies to projected
features.
| |
RemoveChangeListener |
Remove a ChangeListener from a projected feature.
| |
RemoveFeature | Overloaded. | |
RevertFeature |
Unproject a feature.
| |
RevertFilter |
Transform a filter on projected features so that it applies to unprojected
features.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Parent |
Get the parent.
| |
UnprojectedFeatures |
Get the features before projection.
|