Click or drag to resize
CustomFieldDescriptor Class
Represents custom field metadata. Web service access scope - Full access
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CustomFieldDescriptor : RemovableCorrigoEntity

The CustomFieldDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyActorTypeId
Custom field object type and field type. Is required.
Public propertyLength
Field length. Max value string length (if string type)
Public propertyName
Custom field name. Max Length=64. Is required.
Public propertyOptions
A list of values that can be set in custom field - null for strings
Public propertyType
Field type : Unknown, String, Integer, Decimal, Money, Phone, Date, Time, Boolean, Url. Is required.
Top
See Also