C# 클래스 Keen.NET_35.EventCollection

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

공개 메소드들

메소드 설명
AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : void
DeleteCollection ( string collection ) : void
EventCollection ( IProjectSettings prjSettings ) : System
GetSchema ( string collection ) : Newtonsoft.Json.Linq.JObject

메소드 상세

AddEvent() 공개 메소드

public AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : void
collection string
anEvent Newtonsoft.Json.Linq.JObject
리턴 void

DeleteCollection() 공개 메소드

public DeleteCollection ( string collection ) : void
collection string
리턴 void

EventCollection() 공개 메소드

public EventCollection ( IProjectSettings prjSettings ) : System
prjSettings IProjectSettings
리턴 System

GetSchema() 공개 메소드

public GetSchema ( string collection ) : Newtonsoft.Json.Linq.JObject
collection string
리턴 Newtonsoft.Json.Linq.JObject