PersonaStore
Object Hierarchy:
Description:
public class PersonaStore : PersonaStore
A persona store which is associated with a single Telepathy account. It will create Personas
for each of the contacts in the published, stored or subscribed
channels of the account.
Namespace: Tpf
Package: folks-telepathy
Content:
Properties:
- public
Account account { construct set; get; }
The Telepathy account this store is based upon.
- 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.
Static methods:
Creation methods:
Methods: