Class SelectionMgmtRuleDetailMaster
Inheritance
System.Object
SelectionMgmtRuleDetailMaster
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 SelectionMgmtRuleDetailMaster
Constructors
SelectionMgmtRuleDetailMaster()
Declaration
public SelectionMgmtRuleDetailMaster()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EligibilityRuleTypeEnumerator
Declaration
public int EligibilityRuleTypeEnumerator { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SelectionMgmtRuleDetailId
Declaration
public int SelectionMgmtRuleDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SelectionMgmtRuleId
Declaration
public int SelectionMgmtRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |