WebCrmDataCollection Class |
Represents collection of data items exported 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 WebCrmDataCollection : WebCrmResult
<SerializableAttribute>
Public Class WebCrmDataCollection
Inherits WebCrmResult
[SerializableAttribute]
public ref class WebCrmDataCollection : public WebCrmResult
[<SerializableAttribute>]
type WebCrmDataCollection =
class
inherit WebCrmResult
end
The WebCrmDataCollection type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Count |
Gets the count of records.
|
 | DataRecords |
Gets or sets the array of records.
|
Top
See Also