Class AddStudentsToStudentGroupRequest
Represents the a request for the AddStudentsToStudentGroup method.
Inheritance
System.Object
AddStudentsToStudentGroupRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AddStudentsToStudentGroupRequest : ServiceRequest
Constructors
AddStudentsToStudentGroupRequest()
Declaration
public AddStudentsToStudentGroupRequest()
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 the ChangeGroupTypeToManual.
Declaration
public bool ChangeGroupTypeToManual { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ChangeGroupTypeToManual. |
IsGroupSameAsIsirVerificationStudentGroup
Gets or sets a value indicating whether the group is same as that IsirVerificationStudentGroupId
Declaration
public bool IsGroupSameAsIsirVerificationStudentGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReplaceAllStudents
Gets or sets the IsReplaceAllStudents.
Declaration
public bool IsReplaceAllStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReplaceAllStudents. |
StudentGroupId
Gets or sets the StudentGroupId.
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentGroupId. |
StudentIds
Gets or sets the StudentIds.
Declaration
public List<int> StudentIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | The StudentIds. |