Class AddStudentToGroupResponse
Represents the AddStudentToGroupResponse service response.
Inheritance
System.Object
AddStudentToGroupResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AddStudentToGroupResponse : ServiceResponse
Constructors
AddStudentToGroupResponse()
Declaration
public AddStudentToGroupResponse()
Properties
ItemsAffected
Gets or sets the items affected.
Declaration
public int ItemsAffected { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The items affected. |
StudentGroupMemberId
Gets or sets the Student Group Member Id.
Declaration
public int StudentGroupMemberId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Student Group Member Id. |