Class CreateStudentGroupStaffAccessRequest
Create Student Group Staff Access Request
Inheritance
System.Object
CreateStudentGroupStaffAccessRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CreateStudentGroupStaffAccessRequest : ServiceRequest
Constructors
CreateStudentGroupStaffAccessRequest()
Declaration
public CreateStudentGroupStaffAccessRequest()
Properties
StaffId
Gets or sets the staff identifier.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The staff identifier. |
StudentGroupId
Gets or sets the student group identifier.
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student group identifier. |
See Also
Cmc.Core.ServiceModel.ServiceRequest