GrapeCity.Web.Input.v100 アセンブリ > GrapeCity.Web.Input.IMCombo 名前空間 : FilterMatchingMode 列挙体 |
Public Enum FilterMatchingMode Inherits System.Enum
public enum FilterMatchingMode : System.Enum
メンバ | 解説 |
---|---|
AmbiguousMatchAll | 大文字/小文字の区別なし、文字種の区別なしの部分一致で検索します。 |
AmbiguousMatchStartWith | 大文字/小文字の区別なし、文字種の区別なしの前方一致で検索します。 |
ExactMatchAll | 大文字/小文字の区別あり、文字種の区別ありの部分一致で検索します。 |
ExactMatchStartWith | 大文字/小文字の区別あり、文字種の区別ありの前方一致で検索します。 |
MatchAll | 大文字/小文字の区別なし、文字種の区別ありの部分一致で検索します。 |
MatchStartWith | 大文字/小文字の区別なし、文字種の区別ありの前方一致で検索します。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Web.Input.IMCombo.FilterMatchingMode