C# Class Keen.NET_35.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 ) : void
DeleteCollection ( string collection ) : void
EventCollection ( IProjectSettings prjSettings ) : System
GetSchema ( string collection ) : Newtonsoft.Json.Linq.JObject

Method Details

AddEvent() public méthode

public AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : void
collection string
anEvent Newtonsoft.Json.Linq.JObject
Résultat void

DeleteCollection() public méthode

public DeleteCollection ( string collection ) : void
collection string
Résultat void

EventCollection() public méthode

public EventCollection ( IProjectSettings prjSettings ) : System
prjSettings IProjectSettings
Résultat System

GetSchema() public méthode

public GetSchema ( string collection ) : Newtonsoft.Json.Linq.JObject
collection string
Résultat Newtonsoft.Json.Linq.JObject