Class Subject
Inherited Members
Namespace: EduCATS.Pages.Parental.FindGroup.Models
Assembly: EduCATS.dll
Syntax
public class Subject
Properties
Id
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
IsNeededCopyToBts
Declaration
[JsonProperty("IsNeededCopyToBts")]
public bool IsNeededCopyToBts { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
[JsonProperty("Name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortName
Declaration
[JsonProperty("ShortName")]
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
string |