See: Description
Class | Description |
---|---|
TransformationDescriptor |
This class maintains the static information corresponding to a
transformation.
|
TransformationLicense |
This class contains the information for a transformation license that is kept
in a transformation descriptor.
|
TransformationProperty |
Transformation Property
This class contains the information for a transformation property that
is kept in a transformation descriptor.
|
This package provides non-public API for some infrastructure of the Transformation Service.
Transformation descriptors are defined in XML based upon the schema for the
transformationProviders extension point. During initialization of the
Transformation Service, for each <Transformation> entry in XML an
instance of TransformationDescriptor
is created. When parsing the XML, all of the attributes defined in the
<Transformation> are processed as if they were read-only properties.
For each <Property> entry in XML, an instance of
TransformationProperty
is created.
The string defined in XML for the property value is considered a metatype
reference to the object and is converted to the appropriate data object by
the corresponding metatype converter and stored as the property's value.