C# 클래스 ApiCore.Activity.ActivityFactory

Represents an a Vkontakte activity manager, that can get, or set user activities and actoivities of her friends
상속: BaseFactory
파일 보기 프로젝트 열기: nolka/vkdotnet

공개 메소드들

메소드 설명
ActivityFactory ( ApiManager manager ) : System
Get ( int userId ) : ActivityEntry

Gets the current activity

GetHistory ( int userId ) : List

Gets the activity history for current user or friend

Set ( string message ) : int

Sets the current user activity

비공개 메소드들

메소드 설명
buildEntryList ( XmlDocument x ) : List

메소드 상세

ActivityFactory() 공개 메소드

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

Get() 공개 메소드

Gets the current activity
public Get ( int userId ) : ActivityEntry
userId int if null - current user activity was been returned, if specified - friend activity was been returned
리턴 ActivityEntry

GetHistory() 공개 메소드

Gets the activity history for current user or friend
public GetHistory ( int userId ) : List
userId int if null - current user history was been returned, if specified - friend history was been returned
리턴 List

Set() 공개 메소드

Sets the current user activity
public Set ( string message ) : int
message string Activity message
리턴 int