Class StudentReleaseOfferRequestExtended
Inheritance
System.Object
StudentReleaseOfferRequestExtended
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 StudentReleaseOfferRequestExtended
Constructors
StudentReleaseOfferRequestExtended()
Declaration
public StudentReleaseOfferRequestExtended()
Properties
IsConditionalOffer
Gets or sets the IsConditionalOffer.
Declaration
public bool IsConditionalOffer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewSchoolStatusId
Gets or sets the newSchoolStatusID.
Declaration
public int? NewSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
OfferedChoiceId
Gets or sets the offered choice Id
Declaration
public int OfferedChoiceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OfferedProgramVersionId
Gets or sets the OfferedProgramVersionId.
Declaration
public int OfferedProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreviousSchoolStatusId
Gets or sets the PreviousSchoolStatusID.
Declaration
public int? PreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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 |