Class SaveSelectionMgmtEligibilityRuleGroupsResponse
Represents the response for the SaveSelectionMgmtRuleGroups method.
Inheritance
System.Object
SaveSelectionMgmtEligibilityRuleGroupsResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveSelectionMgmtEligibilityRuleGroupsResponse : ServiceResponse
Constructors
SaveSelectionMgmtEligibilityRuleGroupsResponse()
Declaration
public SaveSelectionMgmtEligibilityRuleGroupsResponse()
Properties
EligibilityRuleDetail
Declaration
public SelectionMgmtRuleDetailMaster EligibilityRuleDetail { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtRuleDetailMaster |
SelectionMgmtRuleGroupList
Gets or sets the SelectionMgmtRuleGroup.
Declaration
public List<SelectionMgmtEligibilityRuleGroup> SelectionMgmtRuleGroupList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SelectionMgmtEligibilityRuleGroup> |