FeatureHint Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
The FeatureHint type exposes the following members.
Name | Description | |
---|---|---|
FeatureHint(String, String, Action) |
Initializes a new instance of the FeatureHint class.
| |
FeatureHint(String, String, Action, String, ScenarioAspectType) |
Initializes a new instance of the FeatureHint class.
| |
FeatureHint(String, String, Action, String, ScenarioAspectType, FuncProject, Boolean) |
Initializes a new instance of the FeatureHint class.
|
Name | Description | |
---|---|---|
ApplicableScenarios |
Gets or sets the applicable scenarios this action is suitable for. Used for filtering.
| |
Description |
Gets or sets the description of the action, which is the raw description and the root applicable scenarios as prefix
| |
IconToUse |
Gets or sets the icon to use on the tile. Can be null, in which case no icon is shown.
| |
MoreInformationText |
Gets the more information text to view in the viewer: empty string if no url is set, otherwise 'View'.
| |
MoreInformationURL |
Gets or sets the more information URL (optional). If set, it will point to a webpage which is shown in the in-tool browser.
| |
Name |
Gets or sets the name of the action. This is the text the user will click on
| |
RawDescription |
Gets the raw description (without the root applicable scenarios as prefix)
| |
ToExecute |
Gets or sets the delegate to execute, which will be called when the user clicks on 'Name'
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValid |
Determines whether the specified source is valid.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |