C# 클래스 Keen.NET_35.Event

Event implements the IEvent interface which represents the Keen.IO Event API methods.
상속: IEvent
파일 보기 프로젝트 열기: keenlabs/keen-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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