Click or drag to resize
WebCrmDataCollection Class
Represents collection of data items exported by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmDataCollection

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 WebCrmDataCollection : WebCrmResult

The WebCrmDataCollection type exposes the following members.

Constructors
  NameDescription
Public methodWebCrmDataCollection
Initialize a new instance of class.
Top
Properties
  NameDescription
Public propertyCount
Gets the count of records.
Public propertyDataRecords
Gets or sets the array of records.
Top
See Also