The PropertyXFormTransform type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PropertyXFormTransform | Initializes a new instance of the PropertyXFormTransform class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| ExportEventHandler |
Transform a PropertyXForm property to an exportable format by changing the value of the PropertySource in the event args.
If the result is handled by this method and should not be handled by the default
handeling the event args property IsHandled has to be set.
| |
| 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.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImportEventHandler |
Transform a PropertyXForm property from a import format to a concrete property.
This is done by take the PropertySource from the event args and stores the
transformed result in the PropertyDestination property
that is used to create the page.
If the result is handled by this method and should not be handled by the default
handeling the event args property IsHandled has to be set.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |