Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ExportManagerBase<TEntity,TExportOptions> Class


In This Topic
    ExportManagerBase<TEntity,TExportOptions> Class Methods
    In This Topic

    For a list of all members of this type, see ExportManagerBase<TEntity,TExportOptions> members.

    Public Methods
     NameDescription
    Public Method Intiate the export operation  
    Public Method Intiate the export operation asynchroniously  
    Public Method Cancel the running export process  
    Top
    Protected Methods
     NameDescription
    Protected Method Records communication in App_Data/Logs/ folder  
    Protected Method Export the data for selected fields using the given search criteria  
    Protected Method Parse the CSV contents from given field names and object arrays  
    Protected Method Executes when export completes  
    Protected MethodOverloaded.  Raises export progress event  
    Protected Method Maps the file path safly for server context  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also