The following tables list the members exposed by EntitySchemaColumn.
Name | Description | |
---|---|---|
EntitySchemaColumn Constructor | Overloaded. |
Name | Description | |
---|---|---|
Caption | Overridden. The caption of the column. | |
ColumnValueName | The column name generated based on the value the column contains. | |
CreatedInSchemaUId | Overridden. | |
DataValueType | Overridden. The type of the column data. | |
DefValue | The column value by default. | |
Description | Overridden. The description of the column. | |
DisplayColumnValueName | Generates a string with the display column value based on the value the column contains. | |
DisplayValueType | The data type of the display value of the column, which corresponds to the system type of the .NET framework. | |
HasConstDefValue | Determines whether the default constant value is specified for the given column. | |
HasDefValue | Determines whether the default value is specified for the given column. | |
HasReferenceSchemaList | Indicates whether the given column references other schemas. | |
Index | The index of the column. | |
IsCascade | For the column of the lookup type determines whether it is has the cascade delete relationship with the record from the lookup. | |
IsDBReadOnly | Indicates whether the value of the given column will be written to the database table. | |
IsDBRequirement | Indicates whether the column is required at the database level. | |
IsIndexed | Indicates whether the column is indexed. | |
IsLocalizable | Indicates whether the localized value for the column us used. | |
IsMultiLineText | Indicates whether the MemoEdit control is used for the column. | |
IsSimpleLookup | Indicates whether the ComboBoxEdit control is used for the column. | |
IsSystem | ||
IsTrackChangesInDB | Indicates whether the column is logged. | |
IsValueCloneable | Indicates whether the column is cloneable. | |
IsVirtual | Indicates whether the column is virtual. | |
IsWeakReference | Specifies that for a column with a lookup type, the link to the directory is weak at the database level, that means, there is no foreign key to verify integrity. | |
Name | Overridden. Column name. | |
NamePrefix | Overridden. | |
ParentCollection | Collection of columns of the schema that owns the current column. | |
PrimaryImageColumnValueName | ||
ReferenceEnumType | ||
ReferenceSchema | Overridden. The schema that the current column of the lookup type references. | |
ReferenceSchemaList | The list of references to schemas that the given column references. | |
ReferenceSchemaUId | Overridden. The unique identifier that the current column of the lookup type references. | |
ReferenceValueListSchema | Overridden. The virtual data set that the current column with the fixed list of values references. | |
ReferenceValueListSchemaUId | Overridden. Unique identifier of the virtual data set which the current column with the fixed list of values references. | |
RequirementType | The column required level. | |
SourceSchemaUIdColumnValueName | ||
UId | Overridden. Column unique identifier. | |
UsageType | The usage type for a column. | |
ValueType | Data type of the column value, which corresponds to the system type of the .NET framework. |
Name | Description | |
---|---|---|
Clone | Overridden. Returns a column that is a clone of the given column. | |
HandleNameChanging | Overridden. | |
SetName | Sets the specified name for the given column. | |
WriteMetaData | Overridden. Records schema metadata using the Terrasoft.Common.DataWriter instance. |