ThreeMap
Object Hierarchy:
Description:
All known implementing classes:
Content:
Properties:
- public abstract string attribute_primary_key { get; set construct; }
An attribute's name in items to be added and used to retrieve elements as
primary key.
- public abstract string attribute_secondary_key { get; set construct; }
An attribute's name in items to be added and used to retrieve elements as
secondary key.
- public abstract string attribute_third_key { get; set construct; }
An attribute's name in items to be added and used to retrieve elements as
third key.
- public abstract Set<string> primary_keys_set { owned get; }
Returns list of primary keys used in collection.
Methods:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GXml.Collection
All known members inherited from interface Gee.Traversable
All known members inherited from interface Gee.Iterable