The IComponentTuplizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetParent | Retrieve the current value of the parent property. | |
GetPropertyValue | Extract the value of a particular property from the given entity. (Inherited from ITuplizer.) | |
GetPropertyValues |
Extract the current values contained on the given entity.
(Inherited from ITuplizer.) | |
Instantiate | Generate a new, empty entity. (Inherited from ITuplizer.) | |
IsInstance |
Is the given object considered an instance of the the entity (acconting
for entity-mode) managed by this tuplizer.
(Inherited from ITuplizer.) | |
SetParent | Set the value of the parent property. | |
SetPropertyValues | Inject the given values into the given entity. (Inherited from ITuplizer.) |
Properties
Name | Description | |
---|---|---|
HasParentProperty | Does the component managed by this tuuplizer contain a parent property? | |
MappedClass |
Return the pojo class managed by this tuplizer.
(Inherited from ITuplizer.) |