Represents a result of person search 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)
Syntax[SerializableAttribute]
public class SearchPersonResult : SearchResult<PersonData>
<SerializableAttribute>
Public Class SearchPersonResult
Inherits SearchResult(Of PersonData)
[SerializableAttribute]
public ref class SearchPersonResult : public SearchResult<PersonData^>
[<SerializableAttribute>]
type SearchPersonResult =
class
inherit SearchResult<PersonData>
end
The SearchPersonResult type exposes the following members.
Constructors
See Also