Class SaveAssignmentDetailRequest
Represents the a request for the SaveAssignmentDetailRequest method.
Inheritance
System.Object
SaveAssignmentDetailRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveAssignmentDetailRequest : ServiceRequest
Constructors
SaveAssignmentDetailRequest()
Declaration
public SaveAssignmentDetailRequest()
Properties
ActivityId
ActvityId Property will pass either AdClassSchedId or AdWlmNonTeachinActivityId based on property IsTeaching
Declaration
public int ActivityId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Contribution
Declaration
public decimal? Contribution { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
IsApplyOverload
Declaration
public bool IsApplyOverload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTeaching
Declaration
public bool IsTeaching { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WlmAssignmentId
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WlmAssignmentTypeId
Declaration
public int WlmAssignmentTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WlmStaffPositionAssignmentId
Declaration
public int WlmStaffPositionAssignmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|