Class GetMembersOfStudentGroupRequest
Represents the a request for the GetMembersOfStudentGroup method.
Inheritance
System.Object
GetMembersOfStudentGroupRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetMembersOfStudentGroupRequest : ServiceRequest
Constructors
GetMembersOfStudentGroupRequest()
Declaration
public GetMembersOfStudentGroupRequest()
Properties
IncludeActiveOnly
Gets or sets a value indicating whether [include active only].
Declaration
public bool IncludeActiveOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ReturnOnlyTopOne
Gets or sets a value indicating whether [include all records or just top 1].
Declaration
public bool ReturnOnlyTopOne { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StudentGroupId
Gets or sets the student group identifier.
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student group identifier. |