Class MergeStudentProfileResponse
Inheritance
System.Object
MergeStudentProfileResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class MergeStudentProfileResponse : ServiceResponse
Constructors
MergeStudentProfileResponse()
Declaration
public MergeStudentProfileResponse()
Properties
ResponseCode
Declaration
public string ResponseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseMessage
Declaration
public string ResponseMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentProfileDetailList
Declaration
public ICollection<StudentProfileDetailResponse> StudentProfileDetailList { get; set; }
Property Value