| CustomField2 Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class CustomField2 : CorrigoEntity
The CustomField2 type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CurrencyTypeId | 
            Required for Custom Fields where data type is Currency (DataType.Money); otherwise ignored. 
            Modifications for existing records are not allowed.
             | 
|  | Descriptor | 
            Gets custom field metadata.
            Is required.
             | 
|  | ObjectId | 
            Parent Object ID.
            Is required.
             | 
|  | ObjectTypeId | 
            Parent Object Type ID.
            Is required.
             | 
|  | Value | 
            Gets Custom Field value.
            Max Length=1024.
            Is required.
             | 
 See Also
See Also