The HideAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HideAction |
Creates a new hide action.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this action.
(Overrides Action..::..Accept(ActionVisitor, Object).) | |
| Clone |
Clone this action.
(Overrides Action..::..Clone()()()().) | |
| Execute |
Excute this action.
(Inherited from Action.) |
Properties
| Name | Description | |
|---|---|---|
| Annotations |
The annotations which must be showns or hidden, depending of the Show boolean.
| |
| Fields |
The fields which must be showns or hidden, depending of the Show boolean.
| |
| Show |
Specify if the annotations should be shown (true) of hidden (false).
|