Метод | Описание | |
---|---|---|
Delete ( UUID ownerID, string friend ) : bool | ||
Dispose ( ) : void | ||
GetFriends ( UUID principalID ) : FriendInfo[] | ||
GetFriendsRequest ( UUID principalID ) : FriendInfo[] | ||
Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void | ||
Store ( UUID PrincipalID, string Friend, int Flags, int Offered ) : bool |
public Delete ( UUID ownerID, string friend ) : bool | ||
ownerID | UUID | |
friend | string | |
Результат | bool |
public GetFriends ( UUID principalID ) : FriendInfo[] | ||
principalID | UUID | |
Результат | FriendInfo[] |
public GetFriendsRequest ( UUID principalID ) : FriendInfo[] | ||
principalID | UUID | |
Результат | FriendInfo[] |
public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void | ||
GenericData | IGenericData | |
source | IConfigSource | |
simBase | IRegistryCore | |
defaultConnectionString | string | |
Результат | void |
public Store ( UUID PrincipalID, string Friend, int Flags, int Offered ) : bool | ||
PrincipalID | UUID | |
Friend | string | |
Flags | int | |
Offered | int | |
Результат | bool |