public class AiStateSearchService : IAiStateSearchService,
IAiSearchService<string, AiStateInfo>Public Class AiStateSearchService
Implements IAiStateSearchService, IAiSearchService(Of String, AiStateInfo)public ref class AiStateSearchService : IAiStateSearchService,
IAiSearchService<String^, AiStateInfo^>type AiStateSearchService =
class
interface IAiStateSearchService
interface IAiSearchService<string, AiStateInfo>
end| AiStateSearchService | Сервис поиска состояния в метаданных перечислений. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SearchAsync | Ищет состояние по указанному в параметрах названию. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| FindStateOrAddErrorAsync |
Получить из метаинформации справочную информацию о состоянии, или null если есть ошибки.
Если есть ошибки - они будут добавлены в validationResult.
(Определяется AiViewSearchExtensions) |