C# Class Keen.NET_35.EventCollection

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

Public Methods

Method 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 method

public AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : void
collection string
anEvent Newtonsoft.Json.Linq.JObject
return void

DeleteCollection() public method

public DeleteCollection ( string collection ) : void
collection string
return void

EventCollection() public method

public EventCollection ( IProjectSettings prjSettings ) : System
prjSettings IProjectSettings
return System

GetSchema() public method

public GetSchema ( string collection ) : Newtonsoft.Json.Linq.JObject
collection string
return Newtonsoft.Json.Linq.JObject