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