C# Класс Keen.NET_35.Event

Event implements the IEvent interface which represents the Keen.IO Event API methods.
Наследование: IEvent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AddEvents() публичный Метод

Add all events in a single request.
public AddEvents ( Newtonsoft.Json.Linq.JObject events ) : IEnumerable
events Newtonsoft.Json.Linq.JObject
Результат IEnumerable

Event() публичный Метод

public Event ( IProjectSettings prjSettings ) : System
prjSettings IProjectSettings
Результат System

GetSchemas() публичный Метод

Get details of all schemas in the project.
public GetSchemas ( ) : Newtonsoft.Json.Linq.JArray
Результат Newtonsoft.Json.Linq.JArray