SchemaManager.SaveSchemaInCustomPackage(Guid,Boolean,UserConnection) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс > SaveSchemaInCustomPackage - метод : SaveSchemaInCustomPackage(Guid,Boolean,UserConnection) - метод C#
- uid
- The unique identifier of the schema to be saved.
- removeDesignItem
- Indicates that after saving the designed schema will be removed from the collection of the designed manager items. If the removeDesignItem is
true
, the designed schema will be removed from the collection.
- userConnection
- User connection.
Glossary Item Box
public bool SaveSchemaInCustomPackage( Guid uid, bool removeDesignItem, UserConnection userConnection )
Параметры
- uid
- The unique identifier of the schema to be saved.
- removeDesignItem
- Indicates that after saving the designed schema will be removed from the collection of the designed manager items. If the removeDesignItem is
true
, the designed schema will be removed from the collection. - userConnection
- User connection.
Тип возвращаемого значения
true
if the schema is successfully saved; otherwise – false
.Method is overloaded.