Click or drag to resize
SearchResultT Class
Generic class for representing search result performed by WebCRM API.
Inheritance Hierarchy

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public abstract class SearchResult<T> : WebCrmResult

Type Parameters

T
The generic type of the result.

The SearchResultT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the record count in list of ids.
Public propertyIDs
Gets or sets the list of result ids.
Top
See Also