Class SaveFerpaStudentDirectoryFieldsRequest
Represents the request for the SaveFerpaStudentDirectoryFields method.
Inheritance
System.Object
SaveFerpaStudentDirectoryFieldsRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SaveFerpaStudentDirectoryFieldsRequest : ServiceRequest
Constructors
SaveFerpaStudentDirectoryFieldsRequest()
Declaration
public SaveFerpaStudentDirectoryFieldsRequest()
Properties
FerpaStudentDirectoryFields
Gets or sets the FerpaStudentDirectoryFields.
Declaration
public List<FerpaStudentDirectoryFieldEntity> FerpaStudentDirectoryFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FerpaStudentDirectoryFieldEntity> | The FerpaStudentDirectoryFields. |