Class SelectionMgmtEligibilityRuleCampus
Inheritance
System.Object
SelectionMgmtEligibilityRuleCampus
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 SelectionMgmtEligibilityRuleCampus
Constructors
SelectionMgmtEligibilityRuleCampus()
Declaration
public SelectionMgmtEligibilityRuleCampus()
Properties
FromCampusId
Gets or sets the FromCampusId.
Declaration
public int FromCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Gets or sets the Id.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDateId
Gets or sets the StartDateId.
Declaration
public int StartDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ToCampusId
Gets or sets the ToCampusId.
Declaration
public int ToCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |