IDefinitionModel Interface

Represents the definition data being displayed on the Builds page in Team Explorer.

Namespace:  Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Public Interface IDefinitionModel
public interface IDefinitionModel
public interface class IDefinitionModel
type IDefinitionModel =  interface end
public interface IDefinitionModel

The IDefinitionModel type exposes the following members.

Properties

  Name Description
Public property ControllerName The name of the default controller for this definition
Public property IsFavorite This value indicates if the definition is marked as a favorite by the user
Public property Name The Name of the definition
Public property QueueStatus The queue status of the definition
Public property TriggerType The trigger type of the definition
Public property Uri The Uri of the definition

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace