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