Click or drag to resize

GetCustomFieldModel Class

This class is the model for retrieving CustomField information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetCustomFieldModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class GetCustomFieldModel

The GetCustomFieldModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleDefinedValues Returns a list of defined values if present
Public propertyCode exampleHasDefinedValues Is this custom field containing defined values
Public propertyCode exampleID The custom field ID
Public propertyCode exampleIsLL Is this custom field flag as a labor level custom field
Public propertyCode exampleIsMultiSelect Is this custom field a multi-select type
Public propertyCode exampleIsRequired Is this custom field flag required
Public propertyCode exampleName The name of the custom field
Public propertyCode exampleOrdinalPosition Gets ordinal position for a labor level
Public propertyCode exampleType Gets the custom field type
Public propertyCode exampleValue The default value that is set for this custom field
Top
Remarks
This class is the model for retrieving CustomField information.

Example
For example code see GetCustomField(GetCustomFieldIn)
See Also