Class SaveRequiredFieldsForEnrollmentResponse
Represents the response for the SaveRequiredFieldsForEnrollment method.
Inheritance
System.Object
SaveRequiredFieldsForEnrollmentResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveRequiredFieldsForEnrollmentResponse : ServiceResponse
Constructors
SaveRequiredFieldsForEnrollmentResponse()
Declaration
public SaveRequiredFieldsForEnrollmentResponse()
Properties
FeatureRequiredFieldList
Response property
Declaration
public ICollection<FeatureRequiredFieldEntity> FeatureRequiredFieldList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<FeatureRequiredFieldEntity> |
StaffGroupList
Response property
Declaration
public ICollection<StaffGroupEntity> StaffGroupList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StaffGroupEntity> |