Class ImportMenuAction
Import menu action
Namespace: Unity.Industrial.Forma.Editor.Adapters
Syntax
public class ImportMenuAction : object, IImporterGenericMenuItem
Fields
Label
Gets the label.
Declaration
public string Label
Field Value
Type | Description |
---|---|
String | The label. |
ShowInMenu
Show this import action in Forma's Add Product menus.
Declaration
public bool ShowInMenu
Field Value
Type | Description |
---|---|
Boolean |
Methods
OnMenu(GenericMenu)
Called when an import product menu is shown
Declaration
public virtual void OnMenu(GenericMenu menu)
Parameters
Type | Name | Description |
---|---|---|
GenericMenu | menu |