C# 클래스 AutocompleteMenuNS.SubstringAutocompleteItem

This class finds items by substring
상속: AutocompleteItem
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic

보호된 프로퍼티들

프로퍼티 타입 설명
ignoreCase bool
lowercaseText string

공개 메소드들

메소드 설명
Compare ( string fragmentText ) : System.CompareResult
SubstringAutocompleteItem ( string text, bool ignoreCase = true ) : System

메소드 상세

Compare() 공개 메소드

public Compare ( string fragmentText ) : System.CompareResult
fragmentText string
리턴 System.CompareResult

SubstringAutocompleteItem() 공개 메소드

public SubstringAutocompleteItem ( string text, bool ignoreCase = true ) : System
text string
ignoreCase bool
리턴 System

프로퍼티 상세

ignoreCase 보호되어 있는 프로퍼티

protected bool ignoreCase
리턴 bool

lowercaseText 보호되어 있는 프로퍼티

protected string lowercaseText
리턴 string