ConfirmCanRespondToObject(T dataObject) | virtual | bool | Lets the framework know if the feature action can respond to the feature. |
GetDisplayName() | abstract | string | The name displayed for the Feature Action |
OnApplicationLinkExecute(T linkData) | abstract | void | This method is called when the Feature Action is executed. |
OnInitialize(IDictionary customSettings) | virtual | void | Can be overriding to add custom functionality on Feature Action initialize. |