LookupFormulaColumnDefinition Members
The LookupFormulaColumnDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddNewColumnDefinition |
Adds the new column definition.
|
|
FormatValue |
Formats the value to display in the lookup view.
|
|
GetDatabaseValue<(Of <<'(TEntity>)>>) |
Gets the database value.
|
|
GetFormattedValue<(Of <<'(TEntity>)>>) |
Gets the formatted value.
|
|
GetPropertyJoinName |
Gets the name of the property join.
|
|
GetTextForColumn |
Gets the text for column.
|
|
HasColumnCultureId |
Sets the column culture identifier.
|
|
HasConvertToLocalTime |
Determines whether [has convert to local time] [the specified value].
|
|
HasDataType |
Determines whether [has data type] [the specified value].
|
|
HasDateFormatString |
Sets the date format string.
|
|
HasDateType |
Sets the type of the date.
|
|
HasDecimalCount |
Sets the number of digits to the right of the double point.
|
|
HasDecimalFieldType |
Sets the type of this double field.
|
|
HasDescription |
Determines whether the specified value has description.
|
|
HasNumberFormatString |
Sets the number format string.
|
|
ProcessNewVisibleColumn |
Processes the new visible column.
|
|
SaveToEntity |
Saves to entity.
|
|
ToString |
Returns a String that represents this instance.
|
|
UpdateFormula |
Updates the formula.
|
Properties
Name | Description | |
---|---|---|
AllowNulls |
Gets a value indicating whether [allow nulls].
|
|
ColumnCulture |
Gets the culture.
|
|
ColumnType |
Gets the type of the column.
|
|
ConvertToLocalTime |
Gets a value indicating whether [convert to local time].
|
|
DataType |
Gets the type of the data.
|
|
DateFormatString |
Gets the date format string.
|
|
DateType |
Gets the type of the date.
|
|
DecimalCount |
Gets the number of digits to the right of the double point.
|
|
DecimalFieldType |
Gets the type of the double field.
|
|
Description |
Gets the description.
|
|
Formula |
Gets or sets the formula.
|
|
FormulaObject |
Gets the formula object.
|
|
NumberFormatString |
Gets the number format string.
|
|
OriginalFormula |
Gets the original formula.
|
|
PrimaryField |
Gets or sets the primary field.
|
|
PrimaryTable |
Gets or sets the primary table.
|
|
SelectSqlAlias |
Gets the select SQL alias.
|
|
TreeViewType |
Gets the type of the TreeView.
|
|
ValueType |
Gets the type of the value.
|