Click or drag to resize
FeatureHint Class
Class which describes an action which is enlisted in the Available action dialog docked in the mainwindow.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActionsFeatureHint

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class FeatureHint

The FeatureHint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApplicableScenarios
Gets or sets the applicable scenarios this action is suitable for. Used for filtering.
Public propertyDescription
Gets or sets the description of the action, which is the raw description and the root applicable scenarios as prefix
Public propertyIconToUse
Gets or sets the icon to use on the tile. Can be null, in which case no icon is shown.
Public propertyMoreInformationText
Gets the more information text to view in the viewer: empty string if no url is set, otherwise 'View'.
Public propertyMoreInformationURL
Gets or sets the more information URL (optional). If set, it will point to a webpage which is shown in the in-tool browser.
Public propertyName
Gets or sets the name of the action. This is the text the user will click on
Public propertyRawDescription
Gets the raw description (without the root applicable scenarios as prefix)
Public propertyToExecute
Gets or sets the delegate to execute, which will be called when the user clicks on 'Name'
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid
Determines whether the specified source is valid.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also