EntitySchemaManager.SaveSchema(Guid,UserConnection,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaManager - класс > SaveSchema - метод : SaveSchema(Guid,UserConnection,Boolean) - метод C#
- uid
- Identifier of the saved schema.
- userConnection
- User connection.
- validateNamePrefixes
true
if before saving a schema the validity of name prefixes of the current schema and its items must be checked
Glossary Item Box
public bool SaveSchema( Guid uid, UserConnection userConnection, bool validateNamePrefixes )
Параметры
- uid
- Identifier of the saved schema.
- userConnection
- User connection.
- validateNamePrefixes
true
if before saving a schema the validity of name prefixes of the current schema and its items must be checked
Тип возвращаемого значения
true
if the schema with the uid identifier is successfully saved; otherwise – false
.