Converts a property's value from its database representation into one suitable for the application.
The value stored in the MongoDB database document.
The name of the document property to which this transform is being applied.
The Iridium Model on which this transform is being applied
A derived value which is more useful to the application.
Converts a property's value into a representation more suitable for the database.
The value used by the application.
The name of the document property to which this transform is being applied.
The Iridium Model on which this transform is being applied
The database optimized representation of the value.
Generated using TypeDoc
Converts the value of a property to and from its database representation.