Class GetTfrExportStudentsRequest
Represents the a request for the GetTfrExportStudents method.
Inheritance
System.Object
GetTfrExportStudentsRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetTfrExportStudentsRequest : ServiceRequest
Constructors
GetTfrExportStudentsRequest()
Declaration
public GetTfrExportStudentsRequest()
Properties
Declaration
public int FundraisingExportBatchHeaderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAttendingIncluded
Declaration
public bool IsAttendingIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDroppedIncluded
Declaration
public bool IsDroppedIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentGroupIdList
Declaration
public ICollection<int> StudentGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|