Inheritance
System.Object
BarItemsImporter
Assembly: Syncfusion.Tools.Windows.dll
public class BarItemsImporter : Object
Constructors
Declaration
public BarItemsImporter()
Fields
Declaration
protected string miscCategoryRootName
Field Value
Methods
Returns the Bar object using the BarName.
Declaration
protected virtual Bar GetBarFromName(string barName, IBarItemsRepository repository)
Parameters
Returns
Returns the Category Index of a particular Category.If the Category is not available it creates a new Category and returns the Index of the new Category.
Declaration
protected virtual int GetDestinationCategoryIndex(IBarItemsRepository destination, string category)
Parameters
Returns
GetMainMenu(IBarItemsRepository)
Returns the MainMenu in the BarManager
Declaration
protected virtual Bar GetMainMenu(IBarItemsRepository repository)
Parameters
Returns
Move the BarItems from the source to the destination.
Declaration
public virtual void ImportItems(IBarItemsRepository source, IBarItemsRepository destination)
Parameters