C# Класс OpenMetaverse.FriendInfo

This class holds information about an avatar in the friends list. There are two ways to interface to this class. The first is through the set of boolean properties. This is the typical way clients of this class will use it. The second interface is through two bitflag properties, TheirFriendsRights and MyFriendsRights
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

FriendInfo represented as a string

Приватные методы

Метод Описание
FriendInfo ( UUID id, FriendRights theirRights, FriendRights myRights ) : System

Used internally when building the initial list of friends at login time

Описание методов

ToString() публичный Метод

FriendInfo represented as a string
public ToString ( ) : string
Результат string