NavTarget Class |
Namespace: NetQuarry
The NavTarget type exposes the following members.
Name | Description | |
---|---|---|
NavTarget(String, String, String, String, NavTargetAttrs) |
Constructs a Navigation Target (NavTarget).
NavTarget objects are contained in Navigator objects.
| |
NavTarget(String, String, String, String, NavTargetAttrs, Boolean) |
Constructs a Navigation Target (NavTarget).
NavTarget objects are contained in Navigator objects.
|
Name | Description | |
---|---|---|
Attributes |
Gets the navigation target attributes.
| |
Caption |
Gets the item's caption.
Note that the caption is resolved for vocab and embedded functions.
| |
ID |
Gets the nav_target_id.
| |
Name |
Gets the item's name.
| |
Properties |
The properties collection for this object.
| |
Target |
Gets the item's target. Handling for the Target depends on the TargetType.
| |
TargetType |
The type of the target. (e.g. MOP, URL).
The value should be one of the string constants in the NavTargetTypes class (the class is
essentially a set of string enums). The TargetType dictates how the Target is handled.
| |
TextItems |
Gets the item's text.
| |
ToolTip |
Gets the item's tooltip.
Note that (for historical reasons) if no Tooltip is specified on the item and the NoDefaultTip
is NOT set then the Caption will be used as a tooltip.
| |
Version |
The version of this object's assembly.
|
Name | Description | |
---|---|---|
BuildUrl |
Build a URL for this target. Note that currently on Event targets are supported at this time.
In general, if the result is null or empty caller should build its own URL. Further, caller may
need to append custom parameters to the generated URL.
| |
Clone |
Creates and a copy of this object.
| |
Equals | (Inherited from Object.) | |
Exec |
The Exec method provides extended functionality.
| |
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.) | |
GetQueryParams |
Get any custom query parameters for this target as specified in the target's QueryParams property.
Any such parameters will be resolved for embedded functions. See EmbeddedParser for more information on embedded functions.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetTenantAvailability |
Manage availability of links to tenant-specific mops. If the provided page is null then the
page is not available for the current tenant, else it is.
| |
ToString | (Inherited from Object.) |
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.) |