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