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