EntitySchemaColumn - класс Члены Смотри также Terrasoft.Core.Entities - пространство имен : EntitySchemaColumn - класс C#
Glossary Item Box
public class EntitySchemaColumn : Terrasoft.Core.SchemaProperty, Terrasoft.Common.ICodeReviewSerializable, Terrasoft.Common.IMetaDataSerializable
Тип EntitySchemaColumn предоставляет следующие члены.
Имя | Описание | |
---|---|---|
EntitySchemaColumn | Перегружен. |
Имя | Описание | |
---|---|---|
Caption | Переопределен. The caption of the column. | |
ColumnValueName | The column name generated based on the value the column contains. | |
CreatedInSchemaUId | Переопределен. | |
DataValueType | Переопределен. The type of the column data. | |
DefValue | The column value by default. | |
Description | Переопределен. 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. | |
IsMultiLineText | Indicates whether the MemoEdit control is used for the column. | |
IsOneToOneInheritedColumn | Specifies the one-to-one inheritance 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 | Determines that at the database level the relationship with the lookup is weak for the column with the lookup type. That is, the foreign key for the integrity check does not exist. | |
Name | Переопределен. The name of the column. | |
NamePrefix | Переопределен. | |
ParentCollection | Collection of columns of the schema that owns the current column. | |
ParentMetaSchema | Переопределен. | |
PrimaryImageColumnValueName | ||
ReferenceEnumType | ||
ReferenceSchema | Переопределен. The schema that the current column of the lookup type references. | |
ReferenceSchemaList | The list of references to schemas that the given column references. | |
ReferenceSchemaUId | Переопределен. The unique identifier that the current column of the lookup type references. | |
ReferenceValueListSchema | Переопределен. The virtual data set that the current column with the fixed list of values references. | |
ReferenceValueListSchemaUId | Переопределен. 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 | Переопределен. Unique identifier of a column. | |
UsageType | The usage type for a column. | |
ValueType | Data type of the column value, which corresponds to the system type of the .NET framework. |
Имя | Описание | |
---|---|---|
Clone | Переопределен. Returns a column that is a clone of the given column. | |
HandleNameChanging | Переопределен. | |
SetName | Sets the specified name for the given column. | |
WriteMetaData | Переопределен. Writes the metadata of the schema using the specified Terrasoft.Common.DataWriter instance. |
System.Object
Terrasoft.Core.Entities.EntitySchemaColumn