C# Class Eloqua.Api.Rest.ClientLibrary.Clients.Data.ActivityClient

Afficher le fichier Open project: fredsakr/eloqua-csharp-rest-client

Méthodes publiques

Méthode Description
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

Method Details

ActivityClient() public méthode

public ActivityClient ( BaseClient baseClient ) : System.Collections.Generic
baseClient BaseClient
Résultat System.Collections.Generic

Get() public méthode

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
Résultat List

Get() public méthode

public Get ( int id, int count, long startDate, long endDate, int page ) : List
id int
count int
startDate long
endDate long
page int
Résultat List