C# Class Keen.Core.EventCollection

EventCollection implements the IEventCollection interface which represents the Keen.IO EventCollection API methods.
Inheritance: IEventCollection
Afficher le fichier Open project: keenlabs/keen-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : System.Threading.Tasks.Task
DeleteCollection ( string collection ) : System.Threading.Tasks.Task
EventCollection ( IProjectSettings prjSettings ) : Newtonsoft.Json.Linq
GetSchema ( string collection ) : System.Threading.Tasks.Task

Method Details

AddEvent() public méthode

public AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : System.Threading.Tasks.Task
collection string
anEvent Newtonsoft.Json.Linq.JObject
Résultat System.Threading.Tasks.Task

DeleteCollection() public méthode

public DeleteCollection ( string collection ) : System.Threading.Tasks.Task
collection string
Résultat System.Threading.Tasks.Task

EventCollection() public méthode

public EventCollection ( IProjectSettings prjSettings ) : Newtonsoft.Json.Linq
prjSettings IProjectSettings
Résultat Newtonsoft.Json.Linq

GetSchema() public méthode

public GetSchema ( string collection ) : System.Threading.Tasks.Task
collection string
Résultat System.Threading.Tasks.Task