Table of Contents

Class ToolboxService

Namespace
Gemini.Modules.Toolbox.Services
Assembly
Gemini.dll
[Export(typeof(IToolboxService))]
public class ToolboxService : IToolboxService
Inheritance
ToolboxService
Implements
Inherited Members

Constructors

ToolboxService()

public ToolboxService()

Methods

GetToolboxItems(Type)

public IEnumerable<ToolboxItem> GetToolboxItems(Type documentType)

Parameters

documentType Type

Returns

IEnumerable<ToolboxItem>