ReadAllFieldsDescriptionResult Class |
Represents metadata for all data fields used in WebCRM and retuned by WebCRM API.
Inheritance Hierarchy
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: 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
<SerializableAttribute>
Public Class ReadAllFieldsDescriptionResult
Inherits WebCrmResult
[SerializableAttribute]
public ref class ReadAllFieldsDescriptionResult : public WebCrmResult
[<SerializableAttribute>]
type ReadAllFieldsDescriptionResult =
class
inherit WebCrmResult
end
The ReadAllFieldsDescriptionResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Count |
Gets the count of items.
|
 | MetadataArray |
Gets or sets the list of metadata for all data fields.
|
Top
See Also