C# 클래스 Eloqua.Api.Rest.ClientLibrary.Clients.Data.ActivityClient

파일 보기 프로젝트 열기: fredsakr/eloqua-csharp-rest-client

공개 메소드들

메소드 설명
ActivityClient ( BaseClient baseClient ) : System.Collections.Generic
Get ( int id, string type, int count, long startDate, long endDate, int page ) : List
Get ( int id, int count, long startDate, long endDate, int page ) : List

메소드 상세

ActivityClient() 공개 메소드

public ActivityClient ( BaseClient baseClient ) : System.Collections.Generic
baseClient BaseClient
리턴 System.Collections.Generic

Get() 공개 메소드

public Get ( int id, string type, int count, long startDate, long endDate, int page ) : List
id int
type string
count int
startDate long
endDate long
page int
리턴 List

Get() 공개 메소드

public Get ( int id, int count, long startDate, long endDate, int page ) : List
id int
count int
startDate long
endDate long
page int
리턴 List