OptionalDSLinkWidget Class |
Namespace: NetQuarry
The OptionalDSLinkWidget type exposes the following members.
Name | Description | |
---|---|---|
OptionalDSLinkWidget | Initializes a new instance of the OptionalDSLinkWidget class |
Name | Description | |
---|---|---|
AppContext |
The application context.
(Inherited from OptionalElementWidget.) | |
Caption |
The localized caption to use for the widget.
(Overrides OptionalElementWidgetCaption.) | |
Hint |
The localized widget use hint to provide.
(Overrides OptionalElementWidgetHint.) | |
MOP |
The MOP of the requesting page.
(Inherited from OptionalElementWidget.) | |
PageElement |
The page element for the request. Non-null only when the request is element-specific.
(Inherited from OptionalElementWidget.) | |
PageInfo |
The page info for the current page.
(Inherited from OptionalElementWidget.) | |
PopupName |
The unique name of the popup.
Currently this is used to provide a unique CSS class for the popup widget.
(Overrides OptionalElementWidgetPopupName.) | |
PreferenceName |
The name under which this user's show/hide preference is stored.
(Overrides OptionalElementWidgetPreferenceName.) | |
PrefNameBase |
Gets the base name for user preferences that originally were stored by MOP, but now need to be stored
by MOP:PageElementName when inter-pane navigation is in use (any maybe at other times, so we do it now
based on whether or not hosted in a ConsoleTemplate).
(Inherited from OptionalElementWidget.) | |
Request |
The current request HTTP. Typically used only if additional query parameter values are required by the widget.
(Inherited from OptionalElementWidget.) | |
RequiresPageElement |
Gets whether or not this widget requires a PageElementInfo. Items requiring a page
element operate on a particular page element rather than on the page as a whole.
(Overrides OptionalElementWidgetRequiresPageElement.) | |
UseBootstrap |
Gets whether or not Bootstrap is being used.
(Inherited from OptionalElementWidget.) |
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.) | |
GetItems |
Gets the list of optional elements for the widget.
(Overrides OptionalElementWidgetGetItems(IAppContext).) | |
GetText |
Helper method for obtaining localized strings from the resource file.
(Inherited from OptionalElementWidget.) | |
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.) | |
WriteResponse |
Writes the JSON resonse to the HTTP response.
(Inherited from OptionalElementWidget.) |
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.) |