NavTarget Methods |
The NavTarget type exposes the following members.
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.) |