Click or drag to resize
WebCrmData Class
Represents a single data item exported by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmData

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 WebCrmData

The WebCrmData type exposes the following members.

Constructors
  NameDescription
Public methodWebCrmData
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyErrorStatus
Gets or sets the error status of the current result.
Public propertyPairCount
Gets the cout of the pairs in current result.
Public propertyCode examplePairs
Gets or sets the array of key-value pairs.
Top
See Also