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