Method | Description | |
---|---|---|
CreateCommand ( Newtonsoft.Json.Linq.JObject commandJson ) : |
You could implement this with reflection or some other deserialize algorithm. For this sample, we explicitly implemented this.
|
|
CreateEvent ( Newtonsoft.Json.Linq.JObject eventJson ) : |
You could implement this with reflection or some other deserialize algorithm. For this sample, we explicitly implemented this.
|
|
CreateQuery ( string name, IEnumerable |
public CreateCommand ( Newtonsoft.Json.Linq.JObject commandJson ) : |
||
commandJson | Newtonsoft.Json.Linq.JObject | |
return |
public CreateEvent ( Newtonsoft.Json.Linq.JObject eventJson ) : |
||
eventJson | Newtonsoft.Json.Linq.JObject | |
return |
public CreateQuery ( string name, IEnumerable |
||
name | string | |
query | IEnumerable |
|
return | Query |