C# Class AutocompleteMenuNS.SubstringAutocompleteItem

This class finds items by substring
Inheritance: AutocompleteItem
Afficher le fichier Open project: samarjeet27/ynoteclassic

Protected Properties

Свойство Type Description
ignoreCase bool
lowercaseText string

Méthodes publiques

Méthode Description
Compare ( string fragmentText ) : System.CompareResult
SubstringAutocompleteItem ( string text, bool ignoreCase = true ) : System

Method Details

Compare() public méthode

public Compare ( string fragmentText ) : System.CompareResult
fragmentText string
Résultat System.CompareResult

SubstringAutocompleteItem() public méthode

public SubstringAutocompleteItem ( string text, bool ignoreCase = true ) : System
text string
ignoreCase bool
Résultat System

Property Details

ignoreCase protected_oe property

protected bool ignoreCase
Résultat bool

lowercaseText protected_oe property

protected string lowercaseText
Résultat string