The ReparentContext type exposes the following members.

Constructors

  NameDescription
ReparentContext
Construct a new reparent context.

Methods

  NameDescription
AddChangeListener
Add a ChangeListener to a projected feature.
CreateFeatureOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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.
RemoveFeatureOverloaded.
RevertFeature
Unproject a feature.
RevertFilter
Transform a filter on projected features so that it applies to unprojected features.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Parent
Get the parent.
UnprojectedFeatures
Get the features before projection.

See Also