Click or drag to resize
UpdateLinkedDataResult Class
Represents result of the UpdateLinkedData method provided by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesUpdateLinkedDataResult

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

The UpdateLinkedDataResult type exposes the following members.

Constructors
  NameDescription
Public methodUpdateLinkedDataResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyCreatedRecordCount
Gets or sets the count of created records.
Public propertyInvalidRecordCount
Gets or sets the count of record that have been not processed by another reason, for example, because of invalid format.
Public propertyNotFoundRecordCount
Gets or sets the count of ignored (id not found) records.
Public propertyUpdatedRecordCount
Gets or sets the count of updated records.
Top
See Also