Buddy Interface |
Namespace: Sfs2X.Entities
public interface Buddy
The Buddy type exposes the following members.
Name | Description | |
---|---|---|
Id |
Indicates the id of this buddy.
| |
IsBlocked |
Indicates whether this buddy is blocked in the current user's buddies list or not.
| |
IsOnline |
Indicates whether this buddy is online in the Buddy List system or not.
| |
IsTemp |
Indicates whether this buddy is temporary (non-persistent) in the current user's buddies list or not.
| |
Name |
Indicates the name of this buddy.
| |
NickName |
Returns the nickname of this buddy.
| |
State |
Returns the custom state of this buddy.
| |
Variables |
Returns a list of BuddyVariable objects associated with the buddy.
|
Name | Description | |
---|---|---|
ContainsVariable |
Indicates whether this buddy has the specified Buddy Variable set or not.
| |
GetOfflineVariables |
Retrieves the list of persistent Buddy Variables of this buddy.
| |
GetOnlineVariables |
Retrieves the list of non-persistent Buddy Variables of this buddy.
| |
GetVariable |
Retrieves a Buddy Variable from its name.
|