| Имя | Описание |
| AddColumn | Перегружен. |
| AddLookupColumn | Перегружен. |
| AddSystemLookupColumn | Adds a new column of the lookup type with using the column name and name of the system lookup schema. |
| AssignDBInheritanceType | Modifies the OneToOneParentAssociationColumn column of the current schema when the value of its DBInheritanceType property changes. |
| AssignParentSchema | Sets the specified schema to be the parent schema for the current schema. |
| Clone | Переопределен. Gets the System.Object instance that is a clone of the current schema. |
| CloneShallow | Gets the EntitySchema instance that is a clone of the current schema without columns. |
| CreateEntity | Creates the instance of the entity described by the schema. |
| CreateGeneralSelect | Returns a query to retrieve all columns of the current schema, using the specified user connection. The display columns of lookups are not included in this query. |
| CreateSelect | Перегружен. |
| CreateTrackChangesInsertSelect | Returns the request to save a record to the change log if the it is kept for the schema. |
| FindDBPrimaryColumn | Returns the primary column at the database level for the current schema. |
| FindPrimaryDisplayColumnName | Determines whether the current schema contains a primary display column. |
| FindSchemaColumnByMetaPath | Converts the specified meta path to column into actual path, while accounting for type of inheritance, and returns the matched column to it. |
| FindSchemaColumnByPath | Converts the specified path to column into actual path, while accounting for type of inheritance, and returns the matched column to it. |
| FindSchemaColumnPathByMetaPath | By the specified meta path to the schema column, generates the string of actual path that is built based on the type of inheritance. |
| GetDBPrimaryColumn | Depending on the type of inheritance, returns the primary column of the given schema at the database level. If the column is not found, the exception is thrown. |
| GetDBPrimaryColumnName | Name of the primary column of the given schema in the database table. |
| GetEntitySchemaByKind | Gets the schema instance matching the specified type of the system schema. |
| GetFirstSchemaColumnNameByPath | |
| GetInheritedPath | By the specified path to the schema column, generates the string of actual path that is built based on the type of inheritance. |
| GetKindSuffix | Gets the suffix associated with the type of the current schema that is used for generating unique names of database system entities. |
| GetLocalizableValues | Переопределен. Loads the localizable values of the schema to the specified collection. |
| GetMetaItems | Переопределен. Fills the passed collection with meta items of the current schema. Terrasoft.Core.MetaItem. |
| GetMultiLookupPathParts | From the specified path to lookup column of the schema, generates the array of actual path strings that are built, while accounting for inheritance. |
| GetPrimaryColumnName | Returns the name of the primary column of the given schema at the database level. |
| GetPrimaryDisplayColumn | Returns the primary display column. |
| GetPrimaryDisplayColumnName | Returns the primary display column. If the same column is not specified for the schema, the exception is thrown. |
| GetSchemaColumnByMetaPath | Converts the specified meta path to column into actual path, while accounting for type of inheritance, and returns the matched column to it. If the column is not found, the exception is thrown. |
| GetSchemaColumnByPath | Converts the specified path to column into the actual path, while accounting for the type of inheritance, and returns the matched column to it. If the column is not found, the exception is thrown. |
| GetSchemaColumnFullCaptionByPath | From the specified path to column generates the full caption of column, using the specified delimiter. |
| GetSchemaColumnMetaPathByPath | From the specified actual path to column generates the string of meta path to this column. |
| GetSchemaColumnPathByMetaPath | By the specified meta path to the schema column, generates the string of actual path that is built based on the type of inheritance. |
| GetSchemaColumnReversePathByPath | From the specified path to column generates the actual path string with inverse associations. |
| GetTrackChangesInDBSchema | Returns schema for logging the current schema. |
| GetTrackChangesInDBSchemaName | Returns the schema name for logging. |
| InitializeCreatedInSchemaUId | Переопределен. For the inherited columns of the given schema sets the unique identifier of the schema in which these columns have been created. |
| InitializeLocalizableValues | Перегружен. Переопределен. |
| InitializeModifiedInSchemaUId | Переопределен. For the inherited columns of the given schema sets the unique identifier of the schema in which these columns have been modified. |
| InitializePrimaryInfo | Переопределен. Initializes primary properties of the given schema. |
| LoadLocalizableValues | Переопределен. Loads values for localizable schema items. |
| ReadMetaData | Переопределен. Reads the schema from metadata, using the specified Terrasoft.Common.DataReader instance. |
| SetDefInheritance | Переопределен. Sets the identifier of the current schema as the parent schema identifier for all schema items without the parent schema identifier. |
| ValidateNames | Checks whether the names of the current schema and its items are valid. |
| WriteMetaData | Переопределен. Writes the metadata of the schema using the specified Terrasoft.Common.DataWriter instance. |