Class ComponentActionAttribute
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
Fields
componentType
public readonly Type componentType
Field Value
name
public readonly string name