C# Class Keen.NET_35.Event

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

Public Methods

Method Description
AddEvents ( Newtonsoft.Json.Linq.JObject events ) : IEnumerable

Add all events in a single request.

Event ( IProjectSettings prjSettings ) : System
GetSchemas ( ) : Newtonsoft.Json.Linq.JArray

Get details of all schemas in the project.

Method Details

AddEvents() public method

Add all events in a single request.
public AddEvents ( Newtonsoft.Json.Linq.JObject events ) : IEnumerable
events Newtonsoft.Json.Linq.JObject
return IEnumerable

Event() public method

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

GetSchemas() public method

Get details of all schemas in the project.
public GetSchemas ( ) : Newtonsoft.Json.Linq.JArray
return Newtonsoft.Json.Linq.JArray