IInfoEntry Interface
Namespace: NextDesign.Core
Description
Access object for common information on error information/search result information.
Belonging area
Name | Description |
---|---|
Search/Error/Output | A group of APIs to access error information, search results, and the output window. |
Derived from
Name | Description |
---|---|
ISearchResultEntry | Access object for search result information. Model and Field values can be obtained only if the search target is a model. |
IError | Error information from model validation. |
Property
Name | Description |
---|---|
Category | Category |
Code | Code |
DetailMessage | Detail message |
DisplayStyleName | Style name (If omitted, the application's default style will be applied) |
Fields | Fields to search for errors/search target, comma separated if multiple fields are targeted |
Index | Fields to search for errors/search target Field index |
Message | Message |
Model | Error/search result model |
NavigatingEditor | Editor recommended for checking the corresponding error (If omitted, the default behavior determined by the application will be used) |
NavigatingViewName | View definition name recommended for checking the corresponding error (If omitted, or if a non-existent view definition is specified, the default behavior determined by the application will be used) |
Tags | Tags. If no tag is set, an empty enumeration is returned. |
Title | Title |
Type | Type of error information/search result information. In case of an error, the error type specified when registering the error is obtained. - "Information" : Information - "Warning" : Warning - "Error" : Error - "Summary" : Summary For search results, gets the optional search type specified when searching. |
Method
Name | Description |
---|---|
GetTag(string) | Gets the specified tag. Returns null if the tag does not exist. |
GetTag<T>(string) | Gets the tag by specifying the type. Returns the default for the specified type if the tag does not exist. |
HasTag | Verifies whether the specified tag exists. |
RemoveTag | Removes the specified tag. If you specify a tag that has already been deleted, nothing will be done. |
SetTag | Sets the specified tag. |