Class SaveFerpaStudentDirectoryFieldsResponse
Represents the response for the SaveFerpaStudentDirectoryFields method.
Inheritance
System.Object
SaveFerpaStudentDirectoryFieldsResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SaveFerpaStudentDirectoryFieldsResponse : ServiceResponse
Constructors
SaveFerpaStudentDirectoryFieldsResponse()
Declaration
public SaveFerpaStudentDirectoryFieldsResponse()
Properties
DirectoryFields
Gets or sets the DirectoryField.
Declaration
public List<int> DirectoryFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | The DirectoryField. |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |