Class ProcessExportEarningLinesRequest
Represents the request for the ProcessExportEarningLines method.
Inheritance
System.Object
ProcessExportEarningLinesRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProcessExportEarningLinesRequest : ServiceRequest
Constructors
ProcessExportEarningLinesRequest()
Declaration
public ProcessExportEarningLinesRequest()
Properties
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FileLayoutId
Declaration
public int FileLayoutId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IncludeEarningLines
Declaration
public string IncludeEarningLines { get; set; }
Property Value
Type |
Description |
System.String |
|
PayCycleIdList
Declaration
public List<int> PayCycleIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SplitEarningLinesByList
Declaration
public ICollection<string> SplitEarningLinesByList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|