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


In This Topic
    ProductVariantsImportManager Class Members
    In This Topic

    The following tables list the members exposed by ProductVariantsImportManager.

    Public Properties
     NameDescription
    Public Property Gets the base file save path (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Public PropertyOverridden.  Gets the array of all CSV enable fields  
    Public Property Gets or sets the information related to a running import process (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Public Propertystatic (Shared in Visual Basic) Gets the singleton instance of the class  
    Public Property Gets or sets a value indicating whether import is running or not. (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Public PropertyOverridden.  Gets the array of all match fields  
    Public PropertyOverridden.  Gets the array of all required fields  
    Top
    Public Methods
     NameDescription
    Public Method Intiate the import operation (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Public Method Intiate the import operation asynchroniously (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Public MethodOverridden.  Cancel the running import process  
    Top
    Protected Methods
     NameDescription
    Protected Method Records communication in App_Data/Logs/ folder (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Protected MethodOverridden.  Import the CSV data  
    Protected Method Executes when import completes (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Protected MethodOverloaded.  Raises import progress event (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Protected Method Maps the file path safly for server context (Inherited from CommerceBuilder.DataExchange.ImportManagerBase<ProductVariantsImportOptions>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    Public Events
    See Also