Class DeleteProspectResponse
Inheritance
System.Object
DeleteProspectResponse
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class DeleteProspectResponse : ServiceResponse
Constructors
DeleteProspectResponse()
Declaration
public DeleteProspectResponse()
Properties
IsStatusUpdated
Declaration
public bool IsStatusUpdated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Mode
Declaration
public string Mode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentDetailList
Declaration
public ICollection<StudentDetail> StudentDetailList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<StudentDetail> |
|