SchemaManager.CreateSchema(UserConnection,Guid,Boolean) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс > CreateSchema - метод : CreateSchema(UserConnection,Guid,Boolean) - метод C#
- userConnection
- User connection.
- uid
- Schema identifier.
- addToDesignItems
- Indicates that the schema is added to the list of designed schemas.
Glossary Item Box
public ISchemaManagerItem<TSchemaManagerSchema> CreateSchema( UserConnection userConnection, Guid uid, bool addToDesignItems )
Параметры
- userConnection
- User connection.
- uid
- Schema identifier.
- addToDesignItems
- Indicates that the schema is added to the list of designed schemas.
Тип возвращаемого значения
The manager item that contains the schema that was created.Method is overloaded.