Class RemoveStudentsFromStudentGroupRequest
Represents the a request for the RemoveStudentsFromStudentGroup method.
Inheritance
System.Object
RemoveStudentsFromStudentGroupRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class RemoveStudentsFromStudentGroupRequest : ServiceRequest
Constructors
RemoveStudentsFromStudentGroupRequest()
Declaration
public RemoveStudentsFromStudentGroupRequest()
Properties
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 |
RemoveAllStudents
Gets or sets a value indicating whether [remove all students].
Declaration
public bool RemoveAllStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StudentAwardYearList
Gets or sets a list of Students with their corresponding Award Years.
Declaration
public List<StudentAwardYear> StudentAwardYearList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAwardYear> |
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. If RemoveAllStudents is true, this parameter is ignored. This property is obsolete. Use the StudentId property in the collection StudentAwardYearList instead
Declaration
[Obsolete("This property is obsolete. Use the StudentId property in the collection StudentAwardYearList instead.", false)]
public List<int> StudentIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | The StudentIds. |