Class TypeOption
Inherited Members
Namespace: Ludiq
Syntax
public class TypeOption : DocumentedFuzzyOption<Type>, IFuzzyOption
  Constructors
TypeOption(Type, FuzzyOptionMode)
Declaration
public TypeOption(Type type, FuzzyOptionMode mode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | |
| FuzzyOptionMode | mode | 
Methods
SearchResultLabel(String)
Declaration
public override string SearchResultLabel(string query)
  Parameters
| Type | Name | Description | 
|---|---|---|
| String | query | 
Returns
| Type | Description | 
|---|---|
| String | 
Overrides
Ludiq.FuzzyOption<System.Type>.SearchResultLabel(System.String)