Method | Description | |
---|---|---|
AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : void | ||
DeleteCollection ( string collection ) : void | ||
EventCollection ( IProjectSettings prjSettings ) : System | ||
GetSchema ( string collection ) : Newtonsoft.Json.Linq.JObject |
public AddEvent ( string collection, Newtonsoft.Json.Linq.JObject anEvent ) : void | ||
collection | string | |
anEvent | Newtonsoft.Json.Linq.JObject | |
return | void |
public DeleteCollection ( string collection ) : void | ||
collection | string | |
return | void |
public EventCollection ( IProjectSettings prjSettings ) : System | ||
prjSettings | IProjectSettings | |
return | System |
public GetSchema ( string collection ) : Newtonsoft.Json.Linq.JObject | ||
collection | string | |
return | Newtonsoft.Json.Linq.JObject |