Class SaveStudentSalaryInfoRequest
Represents the a request for the SaveStudentSalaryInfoEvent method.
Inheritance
System.Object
SaveStudentSalaryInfoRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SaveStudentSalaryInfoRequest : ServiceRequest
Constructors
SaveStudentSalaryInfoRequest()
Declaration
public SaveStudentSalaryInfoRequest()
Properties
Active
Declaration
public int Active { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EffectiveDate
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IncludeReport
Declaration
public int IncludeReport { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlacementID
Declaration
public int PlacementID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Salary
Declaration
public decimal Salary { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
SalaryTypeCode
Declaration
public string SalaryTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
UserID
Declaration
public int UserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest