Class DeleteStudentSchoolStatusChangeRequest
Represents the a request for the DeleteStudentSchoolStatusChange method.
Inheritance
System.Object
DeleteStudentSchoolStatusChangeRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class DeleteStudentSchoolStatusChangeRequest : ServiceRequest
Constructors
DeleteStudentSchoolStatusChangeRequest()
Declaration
public DeleteStudentSchoolStatusChangeRequest()
Properties
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
StudentSchoolStatusHistoryId
Gets or sets the StudentSchoolStatusHistoryId value.
Declaration
public int StudentSchoolStatusHistoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |