Class ProspectInquiryRequest
Represents the a request for the ProspectInquiry method.
Inheritance
System.Object
ProspectInquiryRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ProspectInquiryRequest : ServiceRequest
Constructors
ProspectInquiryRequest()
Declaration
public ProspectInquiryRequest()
Properties
Id
Gets or sets the id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Gets or sets the student id
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |