SchemaManager.SaveSchema(Guid,Boolean,UserConnection) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс > SaveSchema - метод : SaveSchema(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 SaveSchema( 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
.Исключение | Описание |
---|---|
System.Security.SecurityException | If the user has insufficient access rights to modify an object. |
Method is overloaded.