Class SaveCompensationStructureRequest
Represents the a request for the SaveCompensationStructure method.
Inheritance
System.Object
SaveCompensationStructureRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveCompensationStructureRequest : ServiceRequest
Constructors
SaveCompensationStructureRequest()
Declaration
public SaveCompensationStructureRequest()
Properties
IsDelete
Declaration
public bool IsDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTeaching
Declaration
public bool IsTeaching { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WlmCompensationPlanId
Declaration
public int WlmCompensationPlanId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WlmCompensationStructureList
Declaration
public ICollection<WlmCompensationStructureEntity> WlmCompensationStructureList { get; set; }
Property Value
WlmNonTeachingCompensationStructureList
Declaration
public ICollection<WlmNonTeachingCompensationStructureEntity> WlmNonTeachingCompensationStructureList { get; set; }
Property Value