OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Services.Interfaces.FriendInfo Class Reference

Public Member Functions

 FriendInfo ()
 
 FriendInfo (Dictionary< string, object > kvp)
 
Dictionary< string, object > ToKeyValuePairs ()
 

Public Attributes

UUID PrincipalID
 
string Friend
 
int MyFlags
 The permissions that this user has granted to the friend. More...
 
int TheirFlags
 The permissions that the friend has granted to this user. More...
 

Detailed Description

Definition at line 35 of file IFriendsService.cs.

Constructor & Destructor Documentation

OpenSim.Services.Interfaces.FriendInfo.FriendInfo ( )
inline

Definition at line 50 of file IFriendsService.cs.

OpenSim.Services.Interfaces.FriendInfo.FriendInfo ( Dictionary< string, object >  kvp)
inline

Definition at line 54 of file IFriendsService.cs.

Member Function Documentation

Dictionary<string, object> OpenSim.Services.Interfaces.FriendInfo.ToKeyValuePairs ( )
inline

Definition at line 70 of file IFriendsService.cs.

Member Data Documentation

string OpenSim.Services.Interfaces.FriendInfo.Friend

Definition at line 38 of file IFriendsService.cs.

int OpenSim.Services.Interfaces.FriendInfo.MyFlags

The permissions that this user has granted to the friend.

Definition at line 43 of file IFriendsService.cs.

UUID OpenSim.Services.Interfaces.FriendInfo.PrincipalID

Definition at line 37 of file IFriendsService.cs.

int OpenSim.Services.Interfaces.FriendInfo.TheirFlags

The permissions that the friend has granted to this user.

Definition at line 48 of file IFriendsService.cs.


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