示例#1
0
 public ActivityDefinition(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#2
0
 public Context(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#3
0
 public Result(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#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())
 {
 }
示例#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())
 {
 }
示例#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())
 {
 }
示例#7
0
 public StatementBase(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#8
0
 public LanguageMap(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#9
0
 public AgentAccount(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#10
0
 public Activity(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#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())
 {
 }
示例#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())
 {
 }
示例#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())
 {
 }
示例#14
0
 protected StatementBase(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#15
0
 public Verb(StringOfJSON json) : this(json.toJObject())
 {
 }
示例#16
0
 public Attachment(StringOfJSON json) : this(json.toJObject())
 {
 }