RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupFormulaColumnDefinition Members

The LookupFormulaColumnDefinition type exposes the following members.

Methods


  Name Description
Public method AddNewColumnDefinition
Adds the new column definition.
Public method FormatValue
Formats the value to display in the lookup view.
Public method GetDatabaseValue<(Of <<'(TEntity>)>>)
Gets the database value.
Public method GetFormattedValue<(Of <<'(TEntity>)>>)
Gets the formatted value.
Public method GetPropertyJoinName
Gets the name of the property join.
Public method GetTextForColumn
Gets the text for column.
Public method HasColumnCultureId
Sets the column culture identifier.
Public method HasConvertToLocalTime
Determines whether [has convert to local time] [the specified value].
Public method HasDataType
Determines whether [has data type] [the specified value].
Public method HasDateFormatString
Sets the date format string.
Public method HasDateType
Sets the type of the date.
Public method HasDecimalCount
Sets the number of digits to the right of the double point.
Public method HasDecimalFieldType
Sets the type of this double field.
Public method HasDescription
Determines whether the specified value has description.
Public method HasNumberFormatString
Sets the number format string.
Protected method ProcessNewVisibleColumn
Processes the new visible column.
Public method SaveToEntity
Saves to entity.
Public method ToString
Returns a String that represents this instance.
Public method UpdateFormula
Updates the formula.

Properties


  Name Description
Public property AllowNulls
Gets a value indicating whether [allow nulls].
Public property ColumnCulture
Gets the culture.
Public property ColumnType
Gets the type of the column.
Public property ConvertToLocalTime
Gets a value indicating whether [convert to local time].
Public property DataType
Gets the type of the data.
Public property DateFormatString
Gets the date format string.
Public property DateType
Gets the type of the date.
Public property DecimalCount
Gets the number of digits to the right of the double point.
Public property DecimalFieldType
Gets the type of the double field.
Public property Description
Gets the description.
Public property Formula
Gets or sets the formula.
Public property FormulaObject
Gets the formula object.
Public property NumberFormatString
Gets the number format string.
Public property OriginalFormula
Gets the original formula.
Public property PrimaryField
Gets or sets the primary field.
Public property PrimaryTable
Gets or sets the primary table.
Public property SelectSqlAlias
Gets the select SQL alias.
Public property TreeViewType
Gets the type of the TreeView.
Public property ValueType
Gets the type of the value.