Class SaveStudentPlacementDeleteAuditRequest
Represents the a request for the SaveStudentPlacementDeleteAuditEvent method.
Inheritance
System.Object
SaveStudentPlacementDeleteAuditRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SaveStudentPlacementDeleteAuditRequest : ServiceRequest
Constructors
SaveStudentPlacementDeleteAuditRequest()
Declaration
public SaveStudentPlacementDeleteAuditRequest()
Properties
ADEnrollID
Declaration
public int ADEnrollID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
PlEmployerID
Declaration
public int PlEmployerID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlJobTitleID
Declaration
public int? PlJobTitleID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlStudentID
Declaration
public int PlStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlStudentPlacementID
Declaration
public int PlStudentPlacementID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyStudentID
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserID
Declaration
public int UserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest