Class SaveMultipleCampusNexusStudentSettingResponse
Represents the response for the SaveMultipleCampusNexusStudentSetting method.
Inheritance
System.Object
SaveMultipleCampusNexusStudentSettingResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveMultipleCampusNexusStudentSettingResponse : ServiceResponse
Constructors
SaveMultipleCampusNexusStudentSettingResponse()
Declaration
public SaveMultipleCampusNexusStudentSettingResponse()
Properties
CampusNexusStudentSettingList
Declaration
public ICollection<CampusNexusStudentSettingEntity> CampusNexusStudentSettingList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CampusNexusStudentSettingEntity> |