PersonaStore
Object Hierarchy:
Description:
public class PersonaStore : PersonaStore
A persona store. It will create Personas for each contacts on the main addressbook.
Namespace: Edsf
Package: folks-eds
Content:
Properties:
- public override
string type_id { get; }
The type of persona store this is.
- public override
MaybeBool can_add_personas { get; }
Whether this PersonaStore can add Folks.Personas.
- public override
MaybeBool can_alias_personas { get; }
Whether this PersonaStore can set the alias of Folks.Persona
s.
- public override
MaybeBool can_group_personas { get; }
Whether this PersonaStore can set the groups of Folks.Persona
s.
- public override
MaybeBool can_remove_personas { get; }
Whether this PersonaStore can remove Folks.Personas.
- public override
bool is_prepared { get; }
Whether this PersonaStore has been prepared.
- public override
string[] always_writeable_properties { get; }
- public override
bool is_quiescent { get; }
- public override
Map<string,Persona> personas { get; }
The Personas exposed by
this PersonaStore.
- public
Source source { construct set; get; }
The EDS E.Source associated with this persona store.
Creation methods:
Methods: