Class AddStudentToGroupRequest
Represents the AddStudentToGroupRequest service request.
Inheritance
System.Object
AddStudentToGroupRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AddStudentToGroupRequest : ServiceRequest
Constructors
AddStudentToGroupRequest()
Declaration
public AddStudentToGroupRequest()
Properties
AwardYear
Gets or sets the Award Year if the Student Group is same as that of IsirVerificationStudentGroupId
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChangeGroupTypeToManual
Gets or sets a value indicating whether [change group type to manual].
Declaration
public bool ChangeGroupTypeToManual { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsGroupSameAsIsirVerificationStudentGroup
Gets or sets a value indicating whether the group is same as that IsirVerificationStudentGroupId
true
if group is same as that IsirVerificationStudentGroupId; otherwise, false
.
Declaration
public bool IsGroupSameAsIsirVerificationStudentGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentGroupId
Gets or sets the group identifier.
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student group identifier. |
StudentId
Gets or sets the student identifier.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student identifier. |
UserId
Gets or sets the identifier of the user making the change.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |