Click or drag to resize
FieldMetadata Class
Represents metadata used by WebCRM for data fields.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesFieldMetadata

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 FieldMetadata

The FieldMetadata type exposes the following members.

Constructors
  NameDescription
Public methodFieldMetadata
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyDatabaseFieldKey
Gets or sets database field key.
Public propertyDatabaseName
Gets or sets the name of the field in appropriated table.
Public propertyDisplayType
Gets or sets the display type of the field.
Public propertyDropDownItems
Gets the list of dropdown items.
Public propertyFieldDescription
Gets or sets field description.
Public propertyFieldSize
Gets or sets the field size.
Public propertyIndex
Gets or sets field index.
Public propertyItemNumber
Gets or sets the item number.
Public propertySortOrder
Gets or sets the sort order.
Top
See Also