Click or drag to resize

CustomFieldTypes Enumeration

Represents the custom field type enums that belong to custom fields

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum CustomFieldTypes
Members
Member nameValueDescription
String0 String field
Date1 Date field
Money2 money/decimal field
Number3 Integer field
Employee4 Employee field
Matrix5 Matrix field
Remarks

Enumerated Values

NameValue
String0
Date1
Money2
Number3
See Also