Class CopyNonTeachingActivityRequest
Represents the a request for the CopyNonTeachingActivity method.
Inheritance
System.Object
CopyNonTeachingActivityRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyNonTeachingActivityRequest : ServiceRequest
Constructors
CopyNonTeachingActivityRequest()
Declaration
public CopyNonTeachingActivityRequest()
Properties
CopyAssignmentType
Declaration
public bool CopyAssignmentType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CopyDepartment
Declaration
public bool CopyDepartment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CopyFaculty
Declaration
public bool CopyFaculty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CopyLoadTypes
Declaration
public bool CopyLoadTypes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyWithinTerm
Declaration
public bool IsCopyWithinTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NonTeachingActivityIdList
Declaration
public ICollection<int> NonTeachingActivityIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
NumberOfCopiesWithinTerm
Declaration
public int NumberOfCopiesWithinTerm { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ToTermId
Declaration
public int ToTermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|