Click or drag to resize
CustomFieldOption Class
Pick list item (predefined value for custom field). When pick list items are specified for CustomFieldDescriptor, they become the only available values for respective Custom Field
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesCustomFieldOption

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

The CustomFieldOption type exposes the following members.

Properties
  NameDescription
Public propertyIdx
Public propertyParentId
Public propertyValue
Value. Max Length=1024
Top
See Also