Class SaveAdvisorAuditByEnrollmentRequest
Represents the a request for the SaveAdvisorAuditByEnrollment method.
Inheritance
System.Object
SaveAdvisorAuditByEnrollmentRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveAdvisorAuditByEnrollmentRequest : ServiceRequest
Constructors
SaveAdvisorAuditByEnrollmentRequest()
Declaration
public SaveAdvisorAuditByEnrollmentRequest()
Properties
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentId
Declaration
public int EnrollmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NewValue
Declaration
public string NewValue { get; set; }
Property Value
Type |
Description |
System.String |
|
OldValue
Declaration
public string OldValue { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffGroupId
Declaration
public int StaffGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|