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