Class RequirementRuleAttributeResponse
Inheritance
System.Object
RequirementRuleAttributeResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RequirementRuleAttributeResponse : ServiceResponse
Constructors
RequirementRuleAttributeResponse()
Declaration
public RequirementRuleAttributeResponse()
Properties
OutputMessage
Gets or sets the OutputMessage.
Declaration
public string OutputMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequirementRuleAttributeList
Gets or sets the RequirementRuleAttributeEntity.
Declaration
public List<RequirementRuleAttributeEntity> RequirementRuleAttributeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RequirementRuleAttributeEntity> |