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


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

    The following tables list the members exposed by ExportManagerBase<TEntity,TExportOptions>.

    Public Properties
     NameDescription
    Public Property Gets the base file save path  
    Public Property Gets the array of all CSV enable fields  
    Public Property Gets or sets the information related to a running export process  
    Public Property Gets or sets a value indicating whether export is running or not.  
    Top
    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
    Public Events
     NameDescription
    Public Event Export progress event  
    Top
    See Also