C# 클래스 Core.API.ArgumentAutoCompletionResult

파일 보기 프로젝트 열기: brunomlopes/ILoveLucene

공개 메소드들

메소드 설명
NoResult ( string originalText ) : ArgumentAutoCompletionResult
OrderedResult ( string originalText, IEnumerable result ) : ArgumentAutoCompletionResult
SingleResult ( string text, string textCommand ) : ArgumentAutoCompletionResult

보호된 메소드들

메소드 설명
ArgumentAutoCompletionResult ( ) : System.Collections.Generic

메소드 상세

ArgumentAutoCompletionResult() 보호된 메소드

protected ArgumentAutoCompletionResult ( ) : System.Collections.Generic
리턴 System.Collections.Generic

NoResult() 공개 정적인 메소드

public static NoResult ( string originalText ) : ArgumentAutoCompletionResult
originalText string
리턴 ArgumentAutoCompletionResult

OrderedResult() 공개 정적인 메소드

public static OrderedResult ( string originalText, IEnumerable result ) : ArgumentAutoCompletionResult
originalText string
result IEnumerable
리턴 ArgumentAutoCompletionResult

SingleResult() 공개 정적인 메소드

public static SingleResult ( string text, string textCommand ) : ArgumentAutoCompletionResult
text string
textCommand string
리턴 ArgumentAutoCompletionResult