Click or drag to resize

ProjectItemCommands Class

Commands on project items like DataTables, Graphs and so.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.CommandsProjectItemCommands

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class ProjectItemCommands

The ProjectItemCommands type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCanPasteItemsFromClipboard Determines whether project items can be pasted from the clipboard.
Public methodStatic memberCopyItemsToClipboardCopies the items to the clipboard. In principle, this can be all items that have Altaxo's XML serialization support. But the corresponding clipboard paste operation is only supported for main project items (DataTables, Graphs).
Public methodStatic memberPasteItems Pastes the specified project items into the target folder.
Public methodStatic memberPasteItemsFromClipboard Pastes project items from the clipboard into the specified base folder.
Public methodStatic memberShowRenameDialog Shows a dialog to rename the table.
Top
Fields
 NameDescription
Public fieldStatic memberClipboardFormat_ListOfProjectItems Identifier used for putting a list of project items on the clipboard.
Top
See Also