C# Класс Hyves.Service.ThreadsService

Represents the service APIs that allow access to information on Hyves threads.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetComments ( string threadId ) : Collection

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.

GetComments ( string threadId, bool useFancyLayout, int page, int resultsPerPage ) : Collection

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.

GetThreads ( Collection threadIds ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreads ( Collection threadIds, bool useFancyLayout ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreadsByHub ( string hubId ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

GetThreadsByHub ( string hubId, bool useFancyLayout ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

Приватные методы

Метод Описание
ConvertResponsefieldsToString ( HyvesThreadResponsefield responsefields ) : string
ThreadsService ( HyvesSession session ) : System

Описание методов

GetComments() публичный Метод

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.
public GetComments ( string threadId ) : Collection
threadId string The requested thread Id.
Результат Collection

GetComments() публичный Метод

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.
public GetComments ( string threadId, bool useFancyLayout, int page, int resultsPerPage ) : Collection
threadId string The requested thread Id.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
page int The requested page.
resultsPerPage int The number of results per page.
Результат Collection

GetThreads() публичный Метод

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds ) : Collection
threadIds Collection The requested threadIds.
Результат Collection

GetThreads() публичный Метод

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields ) : Collection
threadIds Collection The requested threadIds.
responsefields HyvesThreadResponsefield Get extra information from the thread.
Результат Collection

GetThreads() публичный Метод

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection
threadIds Collection The requested threadIds.
responsefields HyvesThreadResponsefield Get extra information from the thread.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetThreads() публичный Метод

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds, bool useFancyLayout ) : Collection
threadIds Collection The requested threadIds.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetThreadsByHub() публичный Метод

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId ) : Collection
hubId string The requested user Id.
Результат Collection

GetThreadsByHub() публичный Метод

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields ) : Collection
hubId string The requested user Id.
responsefields HyvesThreadResponsefield Get extra information from the thread.
Результат Collection

GetThreadsByHub() публичный Метод

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection
hubId string The requested user Id.
responsefields HyvesThreadResponsefield Get extra information from the thread.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetThreadsByHub() публичный Метод

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId, bool useFancyLayout ) : Collection
hubId string The requested user Id.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection