C# Class TagTool.Commands.Editing.SetFieldCommand

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

Private Properties

Property Type Description
RangeArgCount int

Public Methods

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

Private Methods

Method Description
RangeArgCount ( Type type ) : int

Method Details

Execute() public method

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

ParseArgs() public method

public ParseArgs ( Type type, List args ) : object
type System.Type
args List
return object

SetFieldCommand() public method

public SetFieldCommand ( 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