Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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

Saves the schema with the specified identifier, using the specified user connection. Depending on the validateNamePrefixes flag, validity of schema prefixes and that of its items are checked.

Синтаксис

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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?