C# Class Org.Openengsb.XLinkCSharpClient.XLink.OOSourceCodeConnector

ConnectorImplementaiton of the OOSourecCode Domain, defined at the OpenEngSB. Since the Domain defines XLink methods, the XLink functionality is implemented here.
Inheritance: IOOSourceCodeDomainSoap11Binding
Afficher le fichier Open project: openengsb/sample-xlink-csharp-client

Méthodes publiques

Méthode Description
OOSourceCodeConnector ( ) : System
getAliveState ( orgopenengsbcoreapiAliveState &@return, bool &returnSpecified ) : void
getInstanceId ( ) : string
onRegisteredToolsChanged ( XLinkConnector currentlyInstalledTools ) : void

Updates the list with local registered software tools.

openXLinks ( object matchingObjects, string viewId ) : void

Triggers a search for WorkingdirectoryFiles corresponding to incomming matching OOClass instances

updateClass ( OOClass args0 ) : void

Domain Method of OOSourceCodeDomain, not used during example

Private Methods

Méthode Description
outputLine ( string line ) : void

Method Details

OOSourceCodeConnector() public méthode

public OOSourceCodeConnector ( ) : System
Résultat System

getAliveState() public méthode

public getAliveState ( orgopenengsbcoreapiAliveState &@return, bool &returnSpecified ) : void
@return orgopenengsbcoreapiAliveState
returnSpecified bool
Résultat void

getInstanceId() public méthode

public getInstanceId ( ) : string
Résultat string

onRegisteredToolsChanged() public méthode

Updates the list with local registered software tools.
public onRegisteredToolsChanged ( XLinkConnector currentlyInstalledTools ) : void
currentlyInstalledTools XLinkConnector
Résultat void

openXLinks() public méthode

Triggers a search for WorkingdirectoryFiles corresponding to incomming matching OOClass instances
public openXLinks ( object matchingObjects, string viewId ) : void
matchingObjects object
viewId string
Résultat void

updateClass() public méthode

Domain Method of OOSourceCodeDomain, not used during example
public updateClass ( OOClass args0 ) : void
args0 OOClass
Résultat void