Class ExportEarningLineFilesRequest
Represents the request for the ExportEarningLineFiles method.
Inheritance
System.Object
ExportEarningLineFilesRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ExportEarningLineFilesRequest : ServiceRequest
Constructors
ExportEarningLineFilesRequest()
Declaration
public ExportEarningLineFilesRequest()
Properties
EarningLines
Declaration
public DataTable EarningLines { get; set; }
Property Value
Type |
Description |
System.Data.DataTable |
|
FileLayoutId
Declaration
public int FileLayoutId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool HasHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPayrollIntegration
Declaration
public bool IsPayrollIntegration { get; set; }
Property Value
Type |
Description |
System.Boolean |
|