C# 클래스 Org.Openengsb.XLinkCSharpClient.SearchLogic.DirectoryBrowser

Specifies the file-browse functionality, in the defined working directory.
파일 보기 프로젝트 열기: openengsb/sample-xlink-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
changeFileType ( String newFileType ) : void

Switches the fileType to the supplied one. Reloads the Files of the Working Directory if the switch was successfull.

createXLinkFromFileString ( string fileName ) : void

Creates the XLink to the given File with the given name and copies it to the Clipborad.

displayListOfWorkingDirectoryFiles ( ) : void

Prints the list of currently loaded Directory Files

displaySupportedFileTypes ( ) : void

Displays the set of supported FileTypes

displayWorkingDirectory ( ) : void

Displays the current Working Directory

displaycurrentFileType ( ) : void

Displays the current File Type

getFilesFromWorkingDirectory ( ) : List

Reloads the Files from the WorkingDirectory and Returns them.

openFile ( string fileName ) : void

Opens the File with the given name

reloadListOfWorkingDirectoryFiles ( ) : void

Reloads List of Directory Files

searchForFile ( String fileName ) : WorkingDirectoryFile

Returns the FileEntry with the given Name or null

searchForXLinkMatches ( OOClass potentialMatch ) : void

Searches through the Files for the most potential Match. First searches for matching filesnames. If no files where found or if more than one file was found, search for matching variables.

setWorkingDirectory ( String newWorkingDirectory ) : bool

Sets the new WorkingDirectory to browse with the given Directory

비공개 메소드들

메소드 설명
matchValueOfClass ( WorkingDirectoryFile wdFileToCheck, OOClass potentialMatch ) : int

Returns an int value which indicates, how many many SQLFiels are alike between the two given statements.

outputLine ( string line ) : void
setFileType ( String newFileType ) : bool

Switches the fileType to the supplied one. Returns false if the supplied fileType is not supported.

메소드 상세

changeFileType() 공개 메소드

Switches the fileType to the supplied one. Reloads the Files of the Working Directory if the switch was successfull.
public changeFileType ( String newFileType ) : void
newFileType String
리턴 void

createXLinkFromFileString() 공개 메소드

Creates the XLink to the given File with the given name and copies it to the Clipborad.
public createXLinkFromFileString ( string fileName ) : void
fileName string
리턴 void

displayListOfWorkingDirectoryFiles() 공개 메소드

Prints the list of currently loaded Directory Files
public displayListOfWorkingDirectoryFiles ( ) : void
리턴 void

displaySupportedFileTypes() 공개 메소드

Displays the set of supported FileTypes
public displaySupportedFileTypes ( ) : void
리턴 void

displayWorkingDirectory() 공개 메소드

Displays the current Working Directory
public displayWorkingDirectory ( ) : void
리턴 void

displaycurrentFileType() 공개 메소드

Displays the current File Type
public displaycurrentFileType ( ) : void
리턴 void

getFilesFromWorkingDirectory() 공개 메소드

Reloads the Files from the WorkingDirectory and Returns them.
public getFilesFromWorkingDirectory ( ) : List
리턴 List

openFile() 공개 메소드

Opens the File with the given name
public openFile ( string fileName ) : void
fileName string
리턴 void

reloadListOfWorkingDirectoryFiles() 공개 메소드

Reloads List of Directory Files
public reloadListOfWorkingDirectoryFiles ( ) : void
리턴 void

searchForFile() 공개 메소드

Returns the FileEntry with the given Name or null
public searchForFile ( String fileName ) : WorkingDirectoryFile
fileName String
리턴 Org.Openengsb.XLinkCSharpClient.Model.WorkingDirectoryFile

searchForXLinkMatches() 공개 메소드

Searches through the Files for the most potential Match. First searches for matching filesnames. If no files where found or if more than one file was found, search for matching variables.
public searchForXLinkMatches ( OOClass potentialMatch ) : void
potentialMatch OOClass
리턴 void

setWorkingDirectory() 공개 메소드

Sets the new WorkingDirectory to browse with the given Directory
public setWorkingDirectory ( String newWorkingDirectory ) : bool
newWorkingDirectory String
리턴 bool