C# Class ZSCY_Win10.Service.CommunityFeedsService

ファイルを表示 Open project: RedrockMobile/CyxbsMobile_Win

Public Properties

Property Type Description
appSetting Windows.Storage.ApplicationDataContainer
feedsapi string[]

Public Methods

Method Description
GetBBDD ( int type = 1, int page, int size = 15, int typeid = 5 ) : Task>

获取动态列表

GetHot ( int type, int page, int size = 15, int typeid = 5 ) : Task>
setPraise ( string type_id, string article_id, bool addORcancel ) : Task

Method Details

GetBBDD() public static method

获取动态列表
public static GetBBDD ( int type = 1, int page, int size = 15, int typeid = 5 ) : Task>
type int 动态参数,重邮新闻cyxw=>1,教务咨询jwzx=>2,xsjz=>3,xwgg=>4,bbdd=>5
page int
size int
typeid int
return Task>

GetHot() public static method

public static GetHot ( int type, int page, int size = 15, int typeid = 5 ) : Task>
type int
page int
size int
typeid int
return Task>

setPraise() public static method

public static setPraise ( string type_id, string article_id, bool addORcancel ) : Task
type_id string
article_id string
addORcancel bool
return Task

Property Details

appSetting public_oe static_oe property

public static ApplicationDataContainer,Windows.Storage appSetting
return Windows.Storage.ApplicationDataContainer

feedsapi public_oe static_oe property

public static string[] feedsapi
return string[]