C# 클래스 Net.Pokeshot.JiveSdk.Clients.DESClient

상속: JiveClient
파일 보기 프로젝트 열기: jivesoftware/JiveDotNetSDK

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