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