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


In This Topic
    GenericExportManager<TEntity> Class Members
    In This Topic

    The following tables list the members exposed by GenericExportManager<TEntity>.

    Public Properties
     NameDescription
    Public Property Gets the base file save path (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Public PropertyOverridden.  Gets the array of all CSV enable fields  
    Public Property Gets or sets the information related to a running export process (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Public Propertystatic (Shared in Visual Basic) Gets the singleton instance of the class  
    Public Property Gets or sets a value indicating whether export is running or not. (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Top
    Public Methods
     NameDescription
    Public Method Intiate the export operation (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Public Method Intiate the export operation asynchroniously (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Public MethodOverridden.  Cancel the running export process  
    Top
    Protected Methods
     NameDescription
    Protected Method Records communication in App_Data/Logs/ folder (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Protected MethodOverridden.  Export the data for selected fields using the given search criteria  
    Protected Method Parse the CSV contents from given field names and object arrays (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Protected Method Executes when export completes (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Protected MethodOverloaded.  Raises export progress event (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Protected Method Maps the file path safly for server context (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<TEntity,GenericExportOptions<TEntity>>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    Public Events
    See Also