Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / OrderExportManager Class


In This Topic
    OrderExportManager Class Methods
    In This Topic

    For a list of all members of this type, see OrderExportManager members.

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