Table of Contents

Class ToolboxItemAttribute

Namespace
Gemini.Modules.Toolbox
Assembly
Gemini.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class ToolboxItemAttribute : Attribute, _Attribute
Inheritance
ToolboxItemAttribute
Implements
Inherited Members

Constructors

ToolboxItemAttribute(Type, string, string, string)

public ToolboxItemAttribute(Type documentType, string name, string category, string iconSource = null)

Parameters

documentType Type
name string
category string
iconSource string

Properties

Category

public string Category { get; set; }

Property Value

string

DocumentType

public Type DocumentType { get; set; }

Property Value

Type

IconSource

public string IconSource { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string