The HideAction type exposes the following members.

Constructors

  NameDescription
Public methodHideAction
Creates a new hide action.

Methods

  NameDescription
Public methodAccept
Accept this action.
(Overrides Action..::..Accept(ActionVisitor, Object).)
Public methodClone
Clone this action.
(Overrides Action..::..Clone()()()().)
Public methodExecute
Excute this action.
(Inherited from Action.)

Properties

  NameDescription
Public propertyAnnotations
The annotations which must be showns or hidden, depending of the Show boolean.
Public propertyFields
The fields which must be showns or hidden, depending of the Show boolean.
Public propertyShow
Specify if the annotations should be shown (true) of hidden (false).

See Also