Class ValidateCustomBusinessRulesRequest
Represents the a request for the ValidateCustomBusinessRulesEvent method.
Inheritance
System.Object
ValidateCustomBusinessRulesRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class ValidateCustomBusinessRulesRequest : ServiceRequest
Constructors
ValidateCustomBusinessRulesRequest()
Declaration
public ValidateCustomBusinessRulesRequest()
Properties
Benefits
Declaration
public bool Benefits { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
Converted
Declaration
public bool? Converted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Current
Declaration
public bool? Current { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
DatePlaced
Declaration
public DateTime? DatePlaced { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Descrip
Declaration
public string Descrip { get; set; }
Property Value
Type |
Description |
System.String |
|
EmployerID
Declaration
public int EmployerID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EnrollSchID
Declaration
public int? EnrollSchID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ExactJobTitle
Declaration
public string ExactJobTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Fee
Declaration
public bool Fee { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string FormName { get; set; }
Property Value
Type |
Description |
System.String |
|
FromInterview
Declaration
public bool FromInterview { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HowPlacedId
Declaration
public int? HowPlacedId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
InFieldOfStudy
Declaration
public string InFieldOfStudy { get; set; }
Property Value
Type |
Description |
System.String |
|
JobID
Declaration
public int? JobID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
JobSchedule
Declaration
public string JobSchedule { get; set; }
Property Value
Type |
Description |
System.String |
|
JobTypeID
Declaration
public int? JobTypeID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OldPlacementID
Declaration
public int? OldPlacementID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlacementID
Declaration
public int PlacementID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlacementStatusID
Declaration
public int? PlacementStatusID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlJobCategoryID
Declaration
public int? PlJobCategoryID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlJobSourceID
Declaration
public int? PlJobSourceID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlJobTitleID
Declaration
public int? PlJobTitleID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlRepID
Declaration
public int? PlRepID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlStudentID
Declaration
public int PlStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlStudentSalaryID
Declaration
public int PlStudentSalaryID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Salary
Declaration
public decimal? Salary { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
SalaryType
Declaration
public string SalaryType { get; set; }
Property Value
Type |
Description |
System.String |
|
SchedFrom
Declaration
public string SchedFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
SchedTo
Declaration
public string SchedTo { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentPlID
Declaration
public int StudentPlID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Supervisor
Declaration
public string Supervisor { get; set; }
Property Value
Type |
Description |
System.String |
|
SupervisorPhone
Declaration
public string SupervisorPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
SyCampusID
Declaration
public int SyCampusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyStudentID
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermDate
Declaration
public DateTime? TermDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TermReason
Declaration
public string TermReason { 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