Class GetStudentAdvisorsResponse
Represents the response for the GetStudentAdvisors method.
Inheritance
System.Object
GetStudentAdvisorsResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetStudentAdvisorsResponse : ServiceResponse
Constructors
GetStudentAdvisorsResponse()
Declaration
public GetStudentAdvisorsResponse()
Properties
StudentAdvisors
Gets or sets the student advisors.
Declaration
public IEnumerable<StudentAdvisorEntity> StudentAdvisors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<StudentAdvisorEntity> | The student advisors. |