C# 클래스 Keen.Core.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 ) : System.Threading.Tasks.Task
DeleteCollection ( string collection ) : System.Threading.Tasks.Task
EventCollection ( IProjectSettings prjSettings ) : Newtonsoft.Json.Linq
GetSchema ( string collection ) : System.Threading.Tasks.Task

메소드 상세

AddEvent() 공개 메소드

public AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : System.Threading.Tasks.Task
collection string
anEvent Newtonsoft.Json.Linq.JObject
리턴 System.Threading.Tasks.Task

DeleteCollection() 공개 메소드

public DeleteCollection ( string collection ) : System.Threading.Tasks.Task
collection string
리턴 System.Threading.Tasks.Task

EventCollection() 공개 메소드

public EventCollection ( IProjectSettings prjSettings ) : Newtonsoft.Json.Linq
prjSettings IProjectSettings
리턴 Newtonsoft.Json.Linq

GetSchema() 공개 메소드

public GetSchema ( string collection ) : System.Threading.Tasks.Task
collection string
리턴 System.Threading.Tasks.Task