Class CopyClassScheduleRequest
Represents the a request for the ClearWaitList method.
Inheritance
System.Object
CopyClassScheduleRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyClassScheduleRequest : ServiceRequest
Constructors
CopyClassScheduleRequest()
Declaration
public CopyClassScheduleRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionIdList
Declaration
public ICollection<int> ClassSectionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CopyClassScheduleOption
Declaration
public string CopyClassScheduleOption { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DefaultInstructorId
Declaration
public int DefaultInstructorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExtendedPropertyList
Declaration
public ICollection<ExtendedProperty> ExtendedPropertyList { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAutoAdded
Declaration
public bool IsAutoAdded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyAllAndCrossList
Declaration
public bool IsCopyAllAndCrossList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyAttendanceRules
Declaration
public bool IsCopyAttendanceRules { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyBookList
Declaration
public bool IsCopyBookList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyCourseFeeSchedule
Declaration
public bool IsCopyCourseFeeSchedule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyCourseSharingCampuses
Declaration
public bool IsCopyCourseSharingCampuses { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyDays
Declaration
public bool IsCopyDays { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyDepartment
Declaration
public bool? IsCopyDepartment { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsCopyDocuments
Declaration
public bool IsCopyDocuments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyGradeBook
Declaration
public bool IsCopyGradeBook { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyHideFaculty
Declaration
public bool IsCopyHideFaculty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyHideLocation
Declaration
public bool IsCopyHideLocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyInstructor
Declaration
public bool IsCopyInstructor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyLmsVendor
Declaration
public bool IsCopyLmsVendor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyMaxCourseSections
Declaration
public bool IsCopyMaxCourseSections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyRegistrationRelationships
Declaration
public bool IsCopyRegistrationRelationships { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyRooms
Declaration
public bool IsCopyRooms { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyScheduleWithLoadTypes
Declaration
public bool IsCopyScheduleWithLoadTypes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopySecondaryInstructor
Declaration
public bool IsCopySecondaryInstructor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopySelectedOnlyAndCrossList
Declaration
public bool IsCopySelectedOnlyAndCrossList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyTimes
Declaration
public bool IsCopyTimes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyWaitList
Declaration
public bool IsCopyWaitList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCreateNewGroupForAllClassSections
Declaration
public bool IsCreateNewGroupForAllClassSections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCreateNewGroupForFilledClassSectionsAndMovePartial
Declaration
public bool IsCreateNewGroupForFilledClassSectionsAndMovePartial { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCreateNewGroupForFilledClassSectionsOnly
Declaration
public bool IsCreateNewGroupForFilledClassSectionsOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCrossList
Declaration
public bool IsCrossList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsInstructorAttributes
Declaration
public bool IsInstructorAttributes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOnlyValidation
Declaration
public bool IsOnlyValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSecondSecondaryCode
Declaration
public bool IsSecondSecondaryCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
isValidationMessageDisplayed
Declaration
public bool isValidationMessageDisplayed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsVariableCredits
Declaration
public bool IsVariableCredits { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NewSectionCode
Declaration
public string NewSectionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceTermId
Declaration
public int SourceTermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TargetTermID
Declaration
public int TargetTermID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest