| CustomFieldDescriptor Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class CustomFieldDescriptor : RemovableCorrigoEntity
The CustomFieldDescriptor type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorTypeId | 
            Custom field object type and field type.
            Is required.
             | 
|  | CpnRequestorId | 
            CPN Requestor ID.
            Read-only
             | 
|  | Length | 
            Field length.
            Max value string length (if string type)
             | 
|  | Name | 
            Custom field name.
            Max Length=64.
            Is required.
             | 
|  | Options | 
            A list of values that can be set in custom field - null for strings
             | 
|  | SharedByRequestor | 
            Shared mode by requestor
            Read-only
             | 
|  | SharedWithProvider | 
            Shared mode with provider
             | 
|  | Type | 
            Field type : Unknown, String, Integer, Decimal, Money, Phone, Date, Time, Boolean, Url.
            Is required.
             | 
 See Also
See Also