ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
FieldDefinition Members

The following tables list the members exposed by FieldDefinition.

 
Name 
Description 
 
The possible types for a field  
 
Name 
Description 
 
The description of the field  
 
The name of the field  
 
The type of the field. This is one of the FieldTypes - String, Integer, Decimal, Date or DateTime.  
 
Indicates whether the value of this field can be updated.
  • true: The field value can be updated
  • false: The field value cannot be updated
 
 
Indicates the maximum string length of the field. Performing an update with a string longer than this will truncate the string.
Only applicable if this field is updateable, is a string, and is not a lookup field.  
 
A list of valid static values for this field. Each value is represented by a ValidValueDefinition.
Some fields, such as flag fields, can only ever take certain values. For these fields, this list will contain each valid value and description. Note that this will not have any values for dynamic lists (such as Qualification Code), as these lists could be massive.  
Copyright (c) VETtrak 2022. All rights reserved.