Class ImportStudentsToGroupResponse
Inheritance
System.Object
ImportStudentsToGroupResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ImportStudentsToGroupResponse : ServiceResponse
Constructors
ImportStudentsToGroupResponse()
Declaration
public ImportStudentsToGroupResponse()
Properties
ImportStudentsResponseList
Declaration
public List<ImportStudentsResponse> ImportStudentsResponseList { get; set; }
Property Value
StudentGroupId
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TotalStudents
Declaration
public int TotalStudents { get; set; }
Property Value
Type |
Description |
System.Int32 |
|