C# Class TagTool.Commands.Editing.PasteElementsCommand

Inheritance: Command
ファイルを表示 Open project: TheGuardians/TagTool

Private Properties

Property Type Description
CreateElement object

Public Methods

Method Description
Execute ( List args ) : bool
PasteElementsCommand ( CommandContextStack stack, OpenTagCache info, TagInstance tag, TagStructureInfo structure, object owner ) : System

Private Methods

Method Description
CreateElement ( Type elementType ) : object

Method Details

Execute() public method

public Execute ( List args ) : bool
args List
return bool

PasteElementsCommand() public method

public PasteElementsCommand ( CommandContextStack stack, OpenTagCache info, TagInstance tag, TagStructureInfo structure, object owner ) : System
stack CommandContextStack
info OpenTagCache
tag TagTool.TagGroups.TagInstance
structure TagTool.Serialization.TagStructureInfo
owner object
return System