NavTargetTypes Class |
Namespace: NetQuarry
The NavTargetTypes type exposes the following members.
| Name | Description | |
|---|---|---|
| NavTargetTypes | Initializes a new instance of the NavTargetTypes class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Command |
Rather than true navigation, user action should invoke a command. This is typically a MapperCommand, or less often a
PageCommand, represented by a MapperCommand.
When invoked the appropriate event is fired, MapperCommand or PageCommand.
See MapperCommand(IMapper, EAPCommandEventArgs) or
PageCommand(Object, EAPCommandEventArgs) for more information.
| |
| Event | Navigation fires an event which may redirect. The event will be fired to the registered EventHandler component registered to the event. | |
| HTML | The HTML provided in this target's HTML text property should be rendered into the navigator. | |
| Navigator | A nested Navigator should be rendered. | |
| Page | Navigation is to another page in the application, specified by MOP. | |
| Pane |
Navigation is to a particular pane within an IConsoleTemplate page.
Generally this implies PaneNavigation within the current page.
| |
| Report | Navigation is to a report. | |
| Template | Navigation is to a template. | |
| URL | Navigation is to a particular URL, typically external to the application. |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |