Table of Contents

Class ComponentActionAttribute

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public class ComponentActionAttribute : Attribute
Inheritance
ComponentActionAttribute

Constructors

ComponentActionAttribute(Type)

public ComponentActionAttribute(Type componentType)

Parameters

componentType Type

ComponentActionAttribute(Type, string)

public ComponentActionAttribute(Type componentType, string name)

Parameters

componentType Type
name string

Fields

componentType

public readonly Type componentType

Field Value

Type

name

public readonly string name

Field Value

string