Class StudentReleaseOfferResponseExtended
Inheritance
System.Object
StudentReleaseOfferResponseExtended
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 StudentReleaseOfferResponseExtended
Constructors
StudentReleaseOfferResponseExtended()
Declaration
public StudentReleaseOfferResponseExtended()
Properties
IsConditionalOffer
Gets or sets the IsConditionalOffer.
Declaration
public bool IsConditionalOffer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuccess
Gets or sets the IsSuccess.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OfferedProgramVersionId
Gets or sets the OfferedProgramVersionId.
Declaration
public int OfferedProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Reason
Gets or sets the Reason.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId.
Declaration
public int SelectionMgmtApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |