PersonaStore
Object Hierarchy:
Description:
public class PersonaStore : PersonaStore
A persona store which is associated with a single libsocialweb service. It will create Persona
s for each of the contacts known to that service.
Namespace: Swf
Package: folks-libsocialweb
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
ClientService service { construct set; get; }
The libsocialweb SocialWebClient.ClientService associated
with the persona store.
Creation methods:
Methods: