C# Class ApiCore.Friends.FriendsFactory

Inheritance: BaseFactory
Afficher le fichier Open project: nolka/vkdotnet Class Usage Examples

Méthodes publiques

Méthode Description
FriendsFactory ( ApiManager manager ) : System
Get ( string nameCase, int count, int offset, int listId, string fields ) : List

Gets the friend list

Private Methods

Méthode Description
buildFriendsEntryList ( XmlDocument x ) : List
buildFriendsList ( XmlNodeList node ) : List

Method Details

FriendsFactory() public méthode

public FriendsFactory ( ApiManager manager ) : System
manager ApiManager
Résultat System

Get() public méthode

Gets the friend list
public Get ( string nameCase, int count, int offset, int listId, string fields ) : List
nameCase string friends name case
count int
offset int
listId int
fields string fields array to be fetched
Résultat List