RightEdgeObjectAttribute derived class for triggers.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    RightEdgeObjectAttribute
      RightEdge.Common..::.TriggerAttribute
        RightEdge.Common..::.YYETriggerAttribute

See Also