Method | Description | |
---|---|---|
FromConsoleString ( ConsoleString stringValue ) : |
Creates a string result where the display text and value are the same object.
|
|
FromObject ( object value, ConsoleString displayText ) : |
Creates a search result from an object, given an optional display value.
|
|
FromObject ( object value, string displayText = null ) : |
Creates a search result from an object, given an optional display value.
|
|
FromString ( string stringValue ) : |
Creates a string result where the display text and value are the same object.
|
Method | Description | |
---|---|---|
ContextAssistSearchResult ( object value, ConsoleString displayText ) : System |
public static FromConsoleString ( ConsoleString stringValue ) : |
||
stringValue | ConsoleString | the result string |
return |
public static FromObject ( object value, ConsoleString displayText ) : |
||
value | object | The object to use as a result. |
displayText | ConsoleString | The display text for the result. If null, the value's ToString() method will be called |
return |
public static FromObject ( object value, string displayText = null ) : |
||
value | object | The object to use as a result. |
displayText | string | The display text for the result. If null, the value's ToString() method will be called |
return |
public static FromString ( string stringValue ) : |
||
stringValue | string | the result string |
return |