Class GeneralLedgerBatchExportToFileRequest
Represents the a request for the GeneralLedgerBatchExportToFileRequest method.
Inheritance
System.Object
GeneralLedgerBatchExportToFileRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerBatchExportToFileRequest : ServiceRequest
Constructors
GeneralLedgerBatchExportToFileRequest()
Declaration
public GeneralLedgerBatchExportToFileRequest()
Properties
BatchId
BatchNumber
Declaration
public int BatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BatchNumber
BatchNumber
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusGroupId
CampusGroupId
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CampusGroupName
CampusGroupName
Declaration
public string CampusGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusName
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditableFields
EditableFields
Declaration
public List<GeneralLedgerExportFileDefinitionFieldEntity> EditableFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeneralLedgerExportFileDefinitionFieldEntity> |
FileName
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GLCompanyNumber
GLCompanyNumber
Declaration
public string GLCompanyNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighDate
HighDate
Declaration
public DateTime? HighDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
IsEditableOverridePermitted
IsNewBatch
Declaration
public bool IsEditableOverridePermitted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFileNameOverridePermitted
IsFileNameOverridePermitted
Declaration
public bool IsFileNameOverridePermitted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFileOverridePermitted
IsNewBatch
Declaration
public bool IsFileOverridePermitted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNewBatch
IsNewBatch
Declaration
public bool IsNewBatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LowDate
LowDate
Declaration
public DateTime? LowDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StaffId
CampusId
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UploadFilePath
UploadFilePath
Declaration
public string UploadFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |