Click or drag to resize
ReadAllFieldsDescriptionResult Class
Represents metadata for all data fields used in WebCRM and retuned by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesReadAllFieldsDescriptionResult

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

The ReadAllFieldsDescriptionResult type exposes the following members.

Constructors
  NameDescription
Public methodReadAllFieldsDescriptionResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyCount
Gets the count of items.
Public propertyMetadataArray
Gets or sets the list of metadata for all data fields.
Top
See Also