C# Class Keen.Core.EventCollection

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

Public Methods

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

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

DeleteCollection() public method

public DeleteCollection ( string collection ) : System.Threading.Tasks.Task
collection string
return System.Threading.Tasks.Task

EventCollection() public method

public EventCollection ( IProjectSettings prjSettings ) : Newtonsoft.Json.Linq
prjSettings IProjectSettings
return Newtonsoft.Json.Linq

GetSchema() public method

public GetSchema ( string collection ) : System.Threading.Tasks.Task
collection string
return System.Threading.Tasks.Task