C# 클래스 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.
상속: IOOSourceCodeDomainSoap11Binding
파일 보기 프로젝트 열기: openengsb/sample-xlink-csharp-client

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
outputLine ( string line ) : void

메소드 상세

OOSourceCodeConnector() 공개 메소드

public OOSourceCodeConnector ( ) : System
리턴 System

getAliveState() 공개 메소드

public getAliveState ( orgopenengsbcoreapiAliveState &@return, bool &returnSpecified ) : void
@return orgopenengsbcoreapiAliveState
returnSpecified bool
리턴 void

getInstanceId() 공개 메소드

public getInstanceId ( ) : string
리턴 string

onRegisteredToolsChanged() 공개 메소드

Updates the list with local registered software tools.
public onRegisteredToolsChanged ( XLinkConnector currentlyInstalledTools ) : void
currentlyInstalledTools XLinkConnector
리턴 void

openXLinks() 공개 메소드

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

updateClass() 공개 메소드

Domain Method of OOSourceCodeDomain, not used during example
public updateClass ( OOClass args0 ) : void
args0 OOClass
리턴 void