Click or drag to resize
WriteCollectionToWebCrmResult Class
Represents a result returned while importing data by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesWriteCollectionToWebCrmResult

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

The WriteCollectionToWebCrmResult type exposes the following members.

Constructors
  NameDescription
Public methodWriteCollectionToWebCrmResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyCount
Gets the cout of the processed WebCRM data items.
Public propertyResults
Gets or sets the array of write result for each processed WebCRM data item.
Top
See Also