ITestSettingsMachineRole Interface

 

Use Base

True

Represents a machine role that is associated with a test settings object.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ITestSettingsMachineRole : IMachineRole, IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
public interface class ITestSettingsMachineRole : IMachineRole, 
    IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type ITestSettingsMachineRole = 
    interface
        interface IMachineRole
        interface IPropertyOwner
        interface IDataErrorInfo
        interface INotifyPropertyChanged
    end
Public Interface ITestSettingsMachineRole
    Inherits IMachineRole, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty Error

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty Id

Gets the GUID for this machine role.(Inherited from IMachineRole.)

System_CAPS_pubproperty InvalidProperties

Gets a list of property names that are invalid.(Inherited from IPropertyOwner.)

System_CAPS_pubproperty IsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.)

System_CAPS_pubproperty IsExecution

Gets a value that indicates whether this machine role executes tests.

System_CAPS_pubproperty Item[String]

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty Name

Gets or sets a user-displayable name for this machine role. Must be unique.(Inherited from IMachineRole.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

IMachineRole
IPropertyOwner
IDataErrorInfo
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top