Class SaveAsStudentGroupResponse
Represents the response for the SaveAsStudentGroup method.
Inheritance
System.Object
SaveAsStudentGroupResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveAsStudentGroupResponse : ServiceResponse
Constructors
SaveAsStudentGroupResponse()
Declaration
public SaveAsStudentGroupResponse()
Properties
StudentGroupId
Student Group Id
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentGroupName
Student Group Name
Declaration
public string StudentGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |