Class ManualReleaseOfferFilterExtended
Inheritance
System.Object
ManualReleaseOfferFilterExtended
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()
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ManualReleaseOfferFilterExtended
Constructors
ManualReleaseOfferFilterExtended()
Declaration
public ManualReleaseOfferFilterExtended()
Properties
ApplicantTypeId
Declaration
public int? ApplicantTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ApplicationDateRangeFrom
Declaration
public string ApplicationDateRangeFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
ApplicationDateRangeTo
Declaration
public string ApplicationDateRangeTo { get; set; }
Property Value
Type |
Description |
System.String |
|
DivisionId
Declaration
public int DivisionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SelectionCategoryId
Declaration
public int? SelectionCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SelectionStatusId
Declaration
public int SelectionStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartDateId
Declaration
public int StartDateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UpdatingModelAdmissionRepIdList
Declaration
public List<int?> UpdatingModelAdmissionRepIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
UpdatingModelCampusIdList
Declaration
public List<int> UpdatingModelCampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
UpdatingModelProgramIdList
Declaration
public List<int?> UpdatingModelProgramIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
UpdatingModelProgramVersionIdList
Declaration
public List<int?> UpdatingModelProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
UpdatingModelStudentGroupIdList
Declaration
public List<int?> UpdatingModelStudentGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|