Secondary Keys
fennecs allows component types, which act as primary keys, to also reference an additional secondary key.
Secondary keys may be:
- nothing, in which case the component is a Plain Component.
- a target Entity (designating the component to be a Relation to this target)
- a target Object (constituting an Object Link)
- a Hash (a strongly typed hash code from a C# type of your choice)