Derived RightEdgeObjectAttribute for use with Action plugins.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public class ActionAttribute : RightEdgeObjectAttribute
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ActionAttribute _
	Inherits RightEdgeObjectAttribute
Visual C++
[SerializableAttribute]
public ref class ActionAttribute : public RightEdgeObjectAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    RightEdgeObjectAttribute
      RightEdge.Common..::.ActionAttribute

See Also