Click or drag to resize

NavTarget Methods

The NavTarget type exposes the following members.

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