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