Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TasksRequestsElicitationCapabilities.cs
2
4{
9 {
13 public object? Create { get; internal set; }
14
21 public static bool TryParse(Dictionary<string, object> Generic,
23 {
25
26 if (Generic.TryGetValue("create", out object? Obj))
27 Result.Create = Obj;
28
29 Typed = Result;
30 return true;
31 }
32 }
33}
static bool TryParse(Dictionary< string, object > Generic, out TasksRequestsElicitationCapabilities Typed)
Tries to parse a generic structure into a typed structure.
object? Create
Whether the client supports task-augmented elicitation/create requests.