BuildMaster SDK Reference
Version:

IActionNameProvider Interface

Represents an ActionBase that can provide an alternate name once instantiated.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Actions.IActionNameProvider

Syntax

public interface IActionNameProvider

Properties

Name Description
ActionName

Gets the name of the Action that will be displayed in BuildMaster.

Remarks

The ActionName property will be displayed instead of the System.ComponentModel.DisplayNameAttribute.DisplayName property; this is entirely dependent on the consumer, and may not occur all the time.