Click or drag to resize
SearchPersonResult Class
Represents a result of person search performed by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesSearchResultPersonData
      dk.webCRM.ApiSync.BusinessLayer.EntitiesSearchPersonResult

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
[SerializableAttribute]
public class SearchPersonResult : SearchResult<PersonData>

The SearchPersonResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchPersonResult
Initializes a new instance of class.
Top
See Also