IConnectableSystem Interface
An application that can log on to a defect tracking system.
Syntax
public interface IConnectableSystem 
Remarks
For example, a defect tracking system connector.
Public Properties
 NameDescription
PropertyIsConnectedReturns true if this instance is connected to a defect tracking system.  
PropertyIsLoggedInReturns true if this instance is logged on to a project in the defect tracking system.  
PropertyProjectIdentifierThe string that represents the logged-in project.  
PropertyProjectSettingsThe list of fields relevant to connecting to the system.  
Top
Public Methods
 NameDescription
MethodConnectConnects to the defect tracking system.  
MethodDisconnectDisconnects from the defect tracking system.  
MethodGetProjectSettingsControlReturns the connection control.  
MethodLoginLogs on to the defect tracking system with the specified project settings.  
MethodLogoutLogs off of the project in the defect tracking system.  
Top
See Also