OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.IFriendsData Interface Reference

An interface for connecting to the friends datastore More...

Inheritance diagram for OpenSim.Data.IFriendsData:
Inheritance graph
[legend]

Public Member Functions

bool Store (FriendsData data)
 
bool Delete (UUID ownerID, string friend)
 
bool Delete (string ownerID, string friend)
 
FriendsData[] GetFriends (UUID principalID)
 
FriendsData[] GetFriends (string principalID)
 

Detailed Description

An interface for connecting to the friends datastore

Definition at line 45 of file IFriendsData.cs.

Member Function Documentation

bool OpenSim.Data.IFriendsData.Delete ( UUID  ownerID,
string  friend 
)
bool OpenSim.Data.IFriendsData.Delete ( string  ownerID,
string  friend 
)
FriendsData [] OpenSim.Data.IFriendsData.GetFriends ( UUID  principalID)
FriendsData [] OpenSim.Data.IFriendsData.GetFriends ( string  principalID)
bool OpenSim.Data.IFriendsData.Store ( FriendsData  data)

The documentation for this interface was generated from the following file: