The IComponentTuplizer type exposes the following members.

Methods

  NameDescription
Public methodGetParent
Retrieve the current value of the parent property.
Public methodGetPropertyValue
Extract the value of a particular property from the given entity.
(Inherited from ITuplizer.)
Public methodGetPropertyValues
Extract the current values contained on the given entity.
(Inherited from ITuplizer.)
Public methodInstantiate
Generate a new, empty entity.
(Inherited from ITuplizer.)
Public methodIsInstance
Is the given object considered an instance of the the entity (acconting for entity-mode) managed by this tuplizer.
(Inherited from ITuplizer.)
Public methodSetParent
Set the value of the parent property.
Public methodSetPropertyValues
Inject the given values into the given entity.
(Inherited from ITuplizer.)

Properties

  NameDescription
Public propertyHasParentProperty
Does the component managed by this tuuplizer contain a parent property?
Public propertyMappedClass
Return the pojo class managed by this tuplizer.
(Inherited from ITuplizer.)

See Also