C# Class TagTool.Commands.Models.ModelContextFactory

Show file Open project: TheGuardians/TagTool

Public Methods

Method Description
Create ( CommandContext parent, OpenTagCache info, TagInstance tag, Model model ) : CommandContext
Populate ( CommandContext context, OpenTagCache info, TagInstance tag, Model model ) : void

Method Details

Create() public static method

public static Create ( CommandContext parent, OpenTagCache info, TagInstance tag, Model model ) : CommandContext
parent CommandContext
info OpenTagCache
tag TagTool.TagGroups.TagInstance
model TagTool.TagDefinitions.Model
return CommandContext

Populate() public static method

public static Populate ( CommandContext context, OpenTagCache info, TagInstance tag, Model model ) : void
context CommandContext
info OpenTagCache
tag TagTool.TagGroups.TagInstance
model TagTool.TagDefinitions.Model
return void