Class ExportPartialEarningLinesResponse
Represents the response for the ConfirmEarningLinesExport method.
Inheritance
System.Object
ExportPartialEarningLinesResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ExportPartialEarningLinesResponse : ServiceResponse
Constructors
ExportPartialEarningLinesResponse()
Declaration
public ExportPartialEarningLinesResponse()
Properties
ExportedEarningLineList
Declaration
public ICollection<WlmExportStaffEarningDetailEntity> ExportedEarningLineList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WlmExportStaffEarningDetailEntity> |