Class SaveStaffIntegrationDataResponse
This class comprises a single response with new, updated, or deleted Id of the staff.
Inheritance
System.Object
SaveStaffIntegrationDataResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveStaffIntegrationDataResponse : ServiceResponse
Constructors
SaveStaffIntegrationDataResponse()
Declaration
public SaveStaffIntegrationDataResponse()
Properties
FacultyId
The newly added, updated, or deleted Faculty Id.
Declaration
public int FacultyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |