Click or drag to resize

XAction Class

X#
Helper class that stores actions (codeblocks) for XML nodes
Inheritance Hierarchy
Object
  XAction

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 CLASS XAction
Request Example View Source

The XAction type exposes the following members.

Constructors
  NameDescription
Public methodXAction
Initializes a new instance of the XAction class
Top
Properties
  NameDescription
Public propertyBlock
Codeblock to run for the action
Public propertyName
XML node name for which the action runs.
Top
See Also