C# Класс Net.Pokeshot.JiveSdk.Clients.DESClient

Наследование: JiveClient
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
getAuthorization string

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

Метод Описание
DESClient ( string communityUrl, NetworkCredential credentials, string clientId, string clientSecret ) : System.Net
GetActivity ( List filter = null, int count = 100, List fields = null, System.DateTime before = null, System.DateTime after = null, bool showAll = false ) : List

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

Метод Описание
getAuthorization ( ) : string

Gets the Authorization needed for downloading data from the DES.

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

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

public DESClient ( string communityUrl, NetworkCredential credentials, string clientId, string clientSecret ) : System.Net
communityUrl string
credentials System.Net.NetworkCredential
clientId string
clientSecret string
Результат System.Net

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

public GetActivity ( List filter = null, int count = 100, List fields = null, System.DateTime before = null, System.DateTime after = null, bool showAll = false ) : List
filter List
count int
fields List
before System.DateTime
after System.DateTime
showAll bool
Результат List