public sealed class AiEmployeeSearchService : IAiEmployeeSearchService,
IAiSearchService<AiEmployee, AiEmployeeInfo>Public NotInheritable Class AiEmployeeSearchService
Implements IAiEmployeeSearchService, IAiSearchService(Of AiEmployee, AiEmployeeInfo)public ref class AiEmployeeSearchService sealed : IAiEmployeeSearchService,
IAiSearchService<AiEmployee^, AiEmployeeInfo^>[<SealedAttribute>]
type AiEmployeeSearchService =
class
interface IAiEmployeeSearchService
interface IAiSearchService<AiEmployee, AiEmployeeInfo>
end| AiEmployeeSearchService | Implementation of the employee search service in the view. |
| 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 | Searches for employees in the "Users" view using the specified parameters of type AiEmployee. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| FindUserInfoOrAddErrorAsync |
Получить из кэша или представления справочную информацию о пользователе, или null если есть ошибки.
Если есть ошибки - они будут добавлены в outMessageBuilder.
(Определяется AiViewSearchExtensions) |