SchemaManager.CreateSchema(String,TSchemaManagerSchema,UserConnection,Guid,Boolean) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс > CreateSchema - метод : CreateSchema(String,TSchemaManagerSchema,UserConnection,Guid,Boolean) - метод C#
- name
- Name of the schema.
- baseSchema
- Instance of the parent schema.
- 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( string name, TSchemaManagerSchema baseSchema, UserConnection userConnection, Guid uid, bool addToDesignItems )
Параметры
- name
- Name of the schema.
- baseSchema
- Instance of the parent schema.
- 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.