C# 클래스 TagTool.Commands.Editing.SetFieldCommand

상속: Command
파일 보기 프로젝트 열기: TheGuardians/TagTool

Private Properties

프로퍼티 타입 설명
RangeArgCount int

공개 메소드들

메소드 설명
Execute ( List args ) : bool
ParseArgs ( Type type, List args ) : object
SetFieldCommand ( CommandContextStack stack, OpenTagCache info, TagInstance tag, TagStructureInfo structure, object owner ) : System

비공개 메소드들

메소드 설명
RangeArgCount ( Type type ) : int

메소드 상세

Execute() 공개 메소드

public Execute ( List args ) : bool
args List
리턴 bool

ParseArgs() 공개 메소드

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

SetFieldCommand() 공개 메소드

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
리턴 System