Represents the a request for the FundraisingExportBatchHeader method.
Inheritance
System.Object
FundraisingExportBatchHeaderRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
public class FundraisingExportBatchHeaderRequest : ServiceRequest
Constructors
Declaration
public FundraisingExportBatchHeaderRequest()
Properties
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsAttendingIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsDroppedIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ICollection<int> StudentIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|