Click or drag to resize

NavTarget Class

Represents a single NavTarget. NavTarget objects are contained in Navigator objects.
Inheritance Hierarchy
SystemObject
  NetQuarryNavTarget

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[SerializableAttribute]
public class NavTarget : IEAPBase, ICloneable, 
	ICacheable

The NavTarget type exposes the following members.

Constructors
  NameDescription
Public methodNavTarget(String, String, String, String, NavTargetAttrs)
Constructs a Navigation Target (NavTarget). NavTarget objects are contained in Navigator objects.
Public methodNavTarget(String, String, String, String, NavTargetAttrs, Boolean)
Constructs a Navigation Target (NavTarget). NavTarget objects are contained in Navigator objects.
Top
Properties
  NameDescription
Public propertyAttributes
Gets the navigation target attributes.
Public propertyCaption
Gets the item's caption. Note that the caption is resolved for vocab and embedded functions.
Public propertyID
Gets the nav_target_id.
Public propertyName
Gets the item's name.
Public propertyProperties
The properties collection for this object.
Public propertyTarget
Gets the item's target. Handling for the Target depends on the TargetType.
Public propertyTargetType
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.
Public propertyTextItems
Gets the item's text.
Public propertyToolTip
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.
Public propertyVersion
The version of this object's assembly.
Top
Methods
  NameDescription
Public methodBuildUrl
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.
Public methodClone
Creates and a copy of this object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExec
The Exec method provides extended functionality.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetQueryParams
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetTenantAvailability
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.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also