Method | Description | |
---|---|---|
CreateCommand ( Dsl commandConfig ) : IStoryCommand | ||
FindFactory ( StoryCommandGroupDefine group, string type ) : IStoryCommandFactory | ||
FindFactory ( string type ) : IStoryCommandFactory | ||
RegisterCommandFactory ( StoryCommandGroupDefine group, string type, IStoryCommandFactory factory ) : void | ||
RegisterCommandFactory ( StoryCommandGroupDefine group, string type, IStoryCommandFactory factory, bool replace ) : void | ||
RegisterCommandFactory ( string type, IStoryCommandFactory factory ) : void | ||
RegisterCommandFactory ( string type, IStoryCommandFactory factory, bool replace ) : void |
Method | Description | |
---|---|---|
GetFactory ( string type ) : IStoryCommandFactory | ||
StoryCommandManager ( ) : System |
public CreateCommand ( Dsl commandConfig ) : IStoryCommand | ||
commandConfig | Dsl | |
return | IStoryCommand |
public FindFactory ( StoryCommandGroupDefine group, string type ) : IStoryCommandFactory | ||
group | StoryCommandGroupDefine | |
type | string | |
return | IStoryCommandFactory |
public FindFactory ( string type ) : IStoryCommandFactory | ||
type | string | |
return | IStoryCommandFactory |
public RegisterCommandFactory ( StoryCommandGroupDefine group, string type, IStoryCommandFactory factory ) : void | ||
group | StoryCommandGroupDefine | |
type | string | |
factory | IStoryCommandFactory | |
return | void |
public RegisterCommandFactory ( StoryCommandGroupDefine group, string type, IStoryCommandFactory factory, bool replace ) : void | ||
group | StoryCommandGroupDefine | |
type | string | |
factory | IStoryCommandFactory | |
replace | bool | |
return | void |
public RegisterCommandFactory ( string type, IStoryCommandFactory factory ) : void | ||
type | string | |
factory | IStoryCommandFactory | |
return | void |
public RegisterCommandFactory ( string type, IStoryCommandFactory factory, bool replace ) : void | ||
type | string | |
factory | IStoryCommandFactory | |
replace | bool | |
return | void |