ISearch.AddSearchResult(object,string) method
Namespace: NextDesign.Core
Description
Register search results.
If information other than the model is treated as a search result, it can be registered using this method.
argument
Name | Type | Description |
---|---|---|
item | object | The object that matches the search criteria You cannot specify null. Note) You can specify any object, but the search results list will display the string representation of this object. Therefore, it is recommended that the specified object implements ToString(). |
message | string | Message |
Return value
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for item |