TermChoiceField Class |
Namespace: Colygon.MatchPoint.Taxonomy
[SerializableAttribute] public class TermChoiceField : ValidatedDataField
The TermChoiceField type exposes the following members.
Name | Description | |
---|---|---|
TermChoiceField | Initializes a new instance of the TermChoiceField class |
Name | Description | |
---|---|---|
Description | Specifies a description for the field. (Inherited from FormDataField.) | |
IsHtmlDescription | Specifies whether the description contains HTML markup tags. (Inherited from FormDataField.) | |
Name | Specifies a name for the field. Only alphanumeric characters are allowed in field names. The default value will be used if the given column could not be found on the data source. (Inherited from FormDataField.) | |
ReadOnlyExpression | Specifies whether the field is rendered in read-only mode. The expression is expected to return a Boolean value. The field will be read-only if the expression evaluates to 'true'. (Inherited from FormDataField.) | |
Required | Specifies whether this column is required to contain information. (Inherited from FormDataField.) | |
Title | Specifies the title of the field. (Inherited from FormField.) | |
Validator | Validates the user input of a data field. (Inherited from ValidatedDataField.) | |
VisibilityCondition | Specifies whether this field is visible. An expression can be used to determine the visibility dynamically. This expression is expected to return a Boolean value. (Inherited from FormField.) | |
WriteMode | Specifies whether the value of this field should be written on the data record. Use 'UseDefaultIfHidden' to write the field's default value if the field is hidden. (Inherited from FormDataField.) |
Name | Description | |
---|---|---|
AddConnectionDependencies | (Inherited from ValidatedDataField.) | |
CreateControl(FieldsForm) | Creates a control for thin data field within the specified form. (Inherited from FormDataField.) | |
CreateControl(FieldsForm, Boolean) | Creates a control for this TermChoiceField. (Overrides FormDataFieldCreateControl(FieldsForm, Boolean).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDefaultValue | (Overrides FormDataFieldGetDefaultValue.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | (Overrides FormDataFieldGetValue(IUpdatable).) | |
IsEmpty | (Inherited from FormDataField.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessElement | (Inherited from FormField.) | |
SetValue | Sets the value for the field on the specified item. (Inherited from FormDataField.) | |
ToString | (Inherited from FormDataField.) | |
Validate | (Inherited from ValidatedDataField.) |
Name | Description | |
---|---|---|
AllowFillInChoices | If enabled, new terms can be created by the user. This setting is only relevant for the ControlType 'Picker'. | |
ControlType | Specifies the control used to display the TermChoiceField within the form. | |
DefaultTerms | Specifies the default terms for this field. | |
EnableMultiSelection | Specify whether the field will allow more than one term. | |
Id | (Inherited from BaseField.) | |
Parent | Specifies the term set or the parent term from which the terms are selectable in the choice control. Please note that term sets are only searchable with find on type using the full name of the term set. | |
Recursive | Specifies if only the direct children of the specified parent are selectable or all descendants. |