ISchemaManager.CreateSchema(String,ISchemaManagerItem,UserConnection,Boolean) - метод Смотри также Terrasoft.Core - пространство имен > ISchemaManager - интерфейс > CreateSchema - метод : CreateSchema(String,ISchemaManagerItem,UserConnection,Boolean) - метод C#
- name
- Name of the schema.
- baseSchema
- The item that contains the parent schema.
- userConnection
- User connection.
- fromMetaData
- Indicates that the schema is generated from the metadata.
Glossary Item Box
ISchemaManagerItem CreateSchema( string name, ISchemaManagerItem baseSchema, UserConnection userConnection, bool fromMetaData )
Параметры
- name
- Name of the schema.
- baseSchema
- The item that contains the parent schema.
- userConnection
- User connection.
- fromMetaData
- Indicates that the schema is generated from the metadata.
Тип возвращаемого значения
The manager item that contains the schema that was created.Method is overloaded.