Class ExportStudentAttachmentsRequest
Represents the request for the ExportStudentAttachments method.
Inheritance
System.Object
ExportStudentAttachmentsRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class ExportStudentAttachmentsRequest : ServiceRequest
Constructors
ExportStudentAttachmentsRequest()
Declaration
public ExportStudentAttachmentsRequest()
Properties
DocumentIdList
Gets or sets the DocumentIdList.
Declaration
public ICollection<int> DocumentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> | The DocumentIdList. |
DocumentStatusIdList
Gets or sets the DocumentStatusIdList.
Declaration
public ICollection<int> DocumentStatusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> | The DocumentStatusIdList. |
IsIncludeProposedRecords
Gets or sets the IsIncludeProposedRecords.
Declaration
public bool IsIncludeProposedRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludeProposedRecords. |
MaximumDate
Gets or sets the MaximumDate.
Declaration
public DateTime? MaximumDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The MaximumDate. |
MinimumDate
Gets or sets the MinimumDate.
Declaration
public DateTime MinimumDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MinimumDate. |