Click or drag to resize
SearchOrganisationResult Class
Represents a result of organisation search performed by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesSearchResultInt64
      dk.webCRM.ApiSync.BusinessLayer.EntitiesSearchOrganisationResult

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 SearchOrganisationResult : SearchResult<long>

The SearchOrganisationResult type exposes the following members.

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