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

SchemaManager.GetDesignInstance - метод Смотри также  Terrasoft.Core - пространство имен > SchemaManager - класс : GetDesignInstance - метод C#

userConnection
User connection.
uid
Identifier of the instance of the schema that is being added.

Glossary Item Box

Gets the instance of the designed schema with the specified identifier. If no such schema is found, an exception is thrown.

Синтаксис

public virtual TSchemaManagerSchema GetDesignInstance( 
   UserConnection userConnection, 
   Guid uid 
)

Параметры

userConnection
User connection.
uid
Identifier of the instance of the schema that is being added.

Тип возвращаемого значения

The instance of the designed schema with the uid identifier.

Исключения

ИсключениеОписание
Terrasoft.Common.ItemNotFoundExceptionIf the designed schema instance with the uid identifier is not found in the current schema manager.

Смотри также

© Terrasoft 2002-2017.

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

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