C# 클래스 ApiCore.Friends.FriendsFactory

상속: BaseFactory
파일 보기 프로젝트 열기: nolka/vkdotnet 1 사용 예제들

공개 메소드들

메소드 설명
FriendsFactory ( ApiManager manager ) : System
Get ( string nameCase, int count, int offset, int listId, string fields ) : List

Gets the friend list

비공개 메소드들

메소드 설명
buildFriendsEntryList ( XmlDocument x ) : List
buildFriendsList ( XmlNodeList node ) : List

메소드 상세

FriendsFactory() 공개 메소드

public FriendsFactory ( ApiManager manager ) : System
manager ApiManager
리턴 System

Get() 공개 메소드

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
리턴 List