Class SelectionMgmtEligibilityRuleGroup
Inheritance
System.Object
SelectionMgmtEligibilityRuleGroup
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 SelectionMgmtEligibilityRuleGroup
Constructors
SelectionMgmtEligibilityRuleGroup()
Constructor
Declaration
public SelectionMgmtEligibilityRuleGroup()
Properties
ConditionalOperator
gets and sets value for ConditionalOperator
Declaration
public int ConditionalOperator { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GroupList
Declaration
public List<GroupList> GroupList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GroupList> |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LevelId
Declaration
public int LevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LogicalOperator
gets and sets value for LogicalOperator
Declaration
public string LogicalOperator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LookUpQuery
gets and sets value for LookUpQuery
Declaration
public string LookUpQuery { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceIdentifier
Declaration
public string ReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
gets and sets value for Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValueForId
Declaration
public int? ValueForId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |