Class SaveCompensationLevelsRequest
Represents the a request for the SaveCompensationLevels method.
Inheritance
System.Object
SaveCompensationLevelsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveCompensationLevelsRequest : ServiceRequest
Constructors
SaveCompensationLevelsRequest()
Declaration
public SaveCompensationLevelsRequest()
Properties
WlmCompensationLevelList
Declaration
public ICollection<WlmCompensationLevelEntity> WlmCompensationLevelList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WlmCompensationLevelEntity> |