C# Class Keen.NET_35.Event

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

Méthodes publiques

Méthode 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 méthode

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

Event() public méthode

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

GetSchemas() public méthode

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