Class SaveStudentPlacementSalaryRequest
Represents the a request for the SaveStudentPlacementSalaryEvent method.
Inheritance
System.Object
SaveStudentPlacementSalaryRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SaveStudentPlacementSalaryRequest : ServiceRequest
Constructors
SaveStudentPlacementSalaryRequest()
Declaration
public SaveStudentPlacementSalaryRequest()
Properties
EffectiveDate
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IncludeInReporting
Declaration
public int IncludeInReporting { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsActive
Declaration
public int IsActive { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SalaryAmount
Declaration
public decimal SalaryAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
SalaryTypeId
Declaration
public int SalaryTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentPlacementId
Declaration
public int StudentPlacementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest