Class GroupItemModel
Group details model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class GroupItemModel
Properties
GroupId
Group ID.
Declaration
[JsonProperty("GroupId")]
public int GroupId { get; set; }
Property Value
Type | Description |
---|---|
int |
GroupName
Group name.
Declaration
[JsonProperty("GroupName")]
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Group ID.
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
Group name.
Declaration
[JsonProperty("Name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |