SearchOpportunityResult Class |
Represents a result of opportunity/delivery 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 SearchOpportunityResult : SearchResult<long>
<SerializableAttribute>
Public Class SearchOpportunityResult
Inherits SearchResult(Of Long)
[SerializableAttribute]
public ref class SearchOpportunityResult : public SearchResult<long long>
[<SerializableAttribute>]
type SearchOpportunityResult =
class
inherit SearchResult<int64>
end
The SearchOpportunityResult type exposes the following members.
Constructors
See Also