Click or drag to resize
CustomFieldDescriptor Class
Represents custom field metadata. Web service access scope - Full access
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesCustomFieldDescriptor

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 propertyCpnRequestorId
CPN Requestor ID. Read-only
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 propertySharedByRequestor
Shared mode by requestor Read-only
Public propertySharedWithProvider
Shared mode with provider
Public propertyType
Field type : Unknown, String, Integer, Decimal, Money, Phone, Date, Time, Boolean, Url. Is required.
Top
See Also