Class SaveInstructorLoadTypesRequest
Represents the request for the SaveInstructorLoadTypesRequest.
Inheritance
System.Object
SaveInstructorLoadTypesRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveInstructorLoadTypesRequest : ServiceRequest
Constructors
SaveInstructorLoadTypesRequest()
Declaration
public SaveInstructorLoadTypesRequest()
Properties
InstructorLoadTypeHoursAssigned
Declaration
public List<LoadTypeAssignedHours> InstructorLoadTypeHoursAssigned { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LoadTypeAssignedHours> |