Class ExamSubmissionPerson
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class ExamSubmissionPerson
- Inheritance
-
ExamSubmissionPerson
- Inherited Members
-
- Extension Methods
-
Constructors
public ExamSubmissionPerson()
Properties
public string ExamId { get; set; }
Property Value
- string
public int IndividualId { get; set; }
Property Value
- int
public bool IsNoShow { get; set; }
Property Value
- bool
public int Mark { get; set; }
Property Value
- int
public List<ExamSubmissionTopic> Topics { get; set; }
Property Value
- List<ExamSubmissionTopic>
Methods
public void AddTopic(string name, int mark)
Parameters
name string
mark int
public string GetVariable(string name)
Parameters
name string
Returns
- string
public void SetVariable(string name, string value)
Parameters
name string
value string