Class SaveAsStudentGroupRequest
Represents the a request for the $verb$ method.
Inheritance
System.Object
SaveAsStudentGroupRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveAsStudentGroupRequest : ServiceRequest
Constructors
SaveAsStudentGroupRequest()
Constructor
Declaration
public SaveAsStudentGroupRequest()
Properties
IsDeleteStudents
Declaration
public bool IsDeleteStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReplaceAllStudents
If using an existing group, replace the current list of students with this one?
Declaration
public bool ReplaceAllStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReportParameters
Report Parameters
Declaration
public ICollection<SsrsReportParameter> ReportParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SsrsReportParameter> |
ReportPath
Report Path
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentGroupId
Set the student group Id if using an existing group
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentGroupName
Student Group Name
Declaration
public string StudentGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |