Class RemoveStudentFromGroupRequest
Represents the RemoveStudentFromGroupRequest service request.
Inheritance
System.Object
RemoveStudentFromGroupRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class RemoveStudentFromGroupRequest : ServiceRequest
Constructors
RemoveStudentFromGroupRequest()
Declaration
public RemoveStudentFromGroupRequest()
Properties
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 |
|
GroupMembershipId
Gets or sets the group membership identifier. Optional.
Declaration
public int? GroupMembershipId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The group membership identifier. |
StudentGroupId
Gets or sets the group identifier.
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The 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 |