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