ExportManagerBase<TEntity,TExportOptions> Class Methods
In This Topic
For a list of all members of this type, see ExportManagerBase<TEntity,TExportOptions> members.
Public Methods
Protected Methods
| Name | Description |
 | DoLog |
Records communication in App_Data/Logs/ folder
|
 | Export |
Export the data for selected fields using the given search criteria
|
 | GenerateCSV |
Parse the CSV contents from given field names and object arrays
|
 | OnExportComplete |
Executes when export completes
|
 | OnExportProgress | Overloaded.
Raises export progress event
|
 | SafeMapPath |
Maps the file path safly for server context
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also