public sealed class AiPartnerSearchService : IAiPartnerSearchService,
IAiSearchService<AiPartner, AiPartnerInfo>Public NotInheritable Class AiPartnerSearchService
Implements IAiPartnerSearchService, IAiSearchService(Of AiPartner, AiPartnerInfo)public ref class AiPartnerSearchService sealed : IAiPartnerSearchService,
IAiSearchService<AiPartner^, AiPartnerInfo^>[<SealedAttribute>]
type AiPartnerSearchService =
class
interface IAiPartnerSearchService
interface IAiSearchService<AiPartner, AiPartnerInfo>
end| AiPartnerSearchService | Service for searching partner 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 partners in the "Partners" view using the specified parameters of type AiPartner. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| FindPartnerInfoOrAddErrorAsync |
Получить из кэша или представления справочную информацию о контрагенте, или null если есть ошибки.
Если есть ошибки - они будут добавлены в outMessageBuilder.
(Определяется AiViewSearchExtensions) |