Class GeneralLedgerBatchExportToFileResponse
Represents the response for the GeneralLedgerBatchExportToFileResponse method.
Inheritance
System.Object
GeneralLedgerBatchExportToFileResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerBatchExportToFileResponse : ServiceResponse
Constructors
GeneralLedgerBatchExportToFileResponse()
Declaration
public GeneralLedgerBatchExportToFileResponse()
Properties
EditableFields
FileNames
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 |
IsFileNameEditable
IsFileNameEditable
Declaration
public bool IsFileNameEditable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SuccessMessage
SuccessMessage
Declaration
public string SuccessMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |