Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ProductVariantsExportManager Class
Properties Methods Events


In This Topic
    ProductVariantsExportManager Class Members
    In This Topic

    The following tables list the members exposed by ProductVariantsExportManager.

    Public Properties
     NameDescription
    Public Property Gets the base file save path (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductVariantsSummary,ProductVariantsExportOptions>)
    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<ProductVariantsSummary,ProductVariantsExportOptions>)
    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<ProductVariantsSummary,ProductVariantsExportOptions>)
    Top
    Public Methods
     NameDescription
    Public Method Intiate the export operation (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductVariantsSummary,ProductVariantsExportOptions>)
    Public Method Intiate the export operation asynchroniously (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductVariantsSummary,ProductVariantsExportOptions>)
    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<ProductVariantsSummary,ProductVariantsExportOptions>)
    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<ProductVariantsSummary,ProductVariantsExportOptions>)
    Protected Method Executes when export completes (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductVariantsSummary,ProductVariantsExportOptions>)
    Protected MethodOverloaded.  Raises export progress event (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductVariantsSummary,ProductVariantsExportOptions>)
    Protected Method Maps the file path safly for server context (Inherited from CommerceBuilder.DataExchange.ExportManagerBase<ProductVariantsSummary,ProductVariantsExportOptions>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    Public Events
    See Also