Exemplo n.º 1
0
 public ActivityDefinition(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 2
0
 public Context(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 3
0
 public Result(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ContextActivities"/> class.
 /// </summary>
 /// <param name="json">The json.</param>
 public ContextActivities(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Score"/> class.
 /// </summary>
 /// <param name="json">The json.</param>
 public Score(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="About"/> class.
 /// </summary>
 /// <param name="json">The json.</param>
 public About(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 7
0
 public StatementBase(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 8
0
 public LanguageMap(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 9
0
 public AgentAccount(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 10
0
 public Activity(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 11
0
 /// <summary>
 /// Initializes a new instance of the <see cref="StatementsResult"/> class.
 /// </summary>
 /// <param name="json">The json.</param>
 public StatementsResult(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 12
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SubStatement"/> class.
 /// </summary>
 /// <param name="json">The json.</param>
 public SubStatement(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Group"/> class.
 /// </summary>
 /// <param name="json">The json.</param>
 public Group(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 14
0
 protected StatementBase(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 15
0
 public Verb(StringOfJSON json) : this(json.toJObject())
 {
 }
Exemplo n.º 16
0
 public Attachment(StringOfJSON json) : this(json.toJObject())
 {
 }