Generic class for representing search result performed by WebCRM API.
Inheritance Hierarchy
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic abstract class SearchResult<T> : WebCrmResult
Public MustInherit Class SearchResult(Of T)
Inherits WebCrmResult
generic<typename T>
public ref class SearchResult abstract : public WebCrmResult
[<AbstractClassAttribute>]
type SearchResult<'T> =
class
inherit WebCrmResult
end
Type Parameters
- T
- The generic type of the result.
The SearchResultT type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Count |
Gets the record count in list of ids.
|
 | IDs |
Gets or sets the list of result ids.
|
Top
See Also