Class StudentManualReleaseOfferResponseExtended
Inheritance
System.Object
StudentManualReleaseOfferResponseExtended
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class StudentManualReleaseOfferResponseExtended
Constructors
StudentManualReleaseOfferResponseExtended()
Declaration
public StudentManualReleaseOfferResponseExtended()
Properties
ApplicantId
Gets the student applicant id
Declaration
public int ApplicantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ApplicationChoiceList
Gets the list of application choices
Declaration
public List<SelectionMgmtApplicationDetailEntity> ApplicationChoiceList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SelectionMgmtApplicationDetailEntity> |
ApplicationNumber
Gets the student application number
Declaration
public int ApplicationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsMinimumRequirement
Gets the IsMinimumRequirement
Declaration
public bool? IsMinimumRequirement { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Score
Gets the Score
Declaration
public decimal? Score { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
StudentFullName
Gets the student Full Name
Declaration
public string StudentFullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Gets the student Id
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |