Class GeneratePartialEarningLinesResponse
Represents the response for the GeneratePartialEarningLines method.
Inheritance
System.Object
GeneratePartialEarningLinesResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GeneratePartialEarningLinesResponse : ServiceResponse
Constructors
GeneratePartialEarningLinesResponse()
Declaration
public GeneratePartialEarningLinesResponse()
Properties
AssignmentId
Declaration
public int AssignmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EarningLineList
Declaration
public ICollection<WlmStaffEarningDetailEntity> EarningLineList { get; set; }
Property Value
IsPayGeneratedFailed
Declaration
public bool IsPayGeneratedFailed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|