Click or drag to resize
ReadFieldDescriptionResult Class
Represents metadata for a single data field used in WebCRM retuned by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesReadFieldDescriptionResult

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

The ReadFieldDescriptionResult type exposes the following members.

Constructors
  NameDescription
Public methodReadFieldDescriptionResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyMetadata
Gets or sets the metadata for a single data field.
Top
See Also