Class RootConceptsPostModel
EEMC root concepts POST
model.
Inherited Members
Namespace: EduCATS.Networking.Models.Eemc
Assembly: EduCATS.dll
Syntax
public class RootConceptsPostModel
Constructors
RootConceptsPostModel(string, string)
Constructor.
Declaration
public RootConceptsPostModel(string userId, string subjectId)
Parameters
Type | Name | Description |
---|---|---|
string | userId | User ID. |
string | subjectId | Subject ID. |
Properties
IdentityKey
Identity key.
Declaration
[JsonProperty("identityKey")]
public string IdentityKey { get; }
Property Value
Type | Description |
---|---|
string |
SubjectId
Subject ID.
Declaration
[JsonProperty("subjectId")]
public string SubjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
User ID.
Declaration
[JsonProperty("userId")]
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |