Abstract class to implement custom attributes.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class InputAttribute : Attribute |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class InputAttribute _ Inherits Attribute |
| Visual C++ |
|---|
[SerializableAttribute] public ref class InputAttribute abstract : public Attribute |
Remarks
Typically derived from to set input level attributes for items such as actions.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
RightEdge.Common..::.InputAttribute
RightEdge.Common..::.ActionInputAttribute
RightEdge.Common..::.TriggerInputAttribute
RightEdge.Common..::.SeriesInputAttribute
System..::.Attribute
RightEdge.Common..::.InputAttribute
RightEdge.Common..::.ActionInputAttribute
RightEdge.Common..::.TriggerInputAttribute
RightEdge.Common..::.SeriesInputAttribute