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

SchemaManager.GetSchemaSources(Guid,Guid,UserConnection,String) - метод Смотри также  Terrasoft.Core - пространство имен > SchemaManager - класс : GetSchemaSources(Guid,Guid,UserConnection,String) - метод C#

schemaUId
Identifier of the schema whose source code to get.
schemaId
The identifier of the record in the SysSchema table.
userConnection
User connection.
errorMessage
The error message when getting the source code of the schema.

Glossary Item Box

Gets the collection of objects that contain the source code of the schema with the specified identifier.

Синтаксис

public EntityCollection GetSchemaSources( 
   Guid schemaUId, 
   Guid schemaId, 
   UserConnection userConnection, 
   out string errorMessage 
)

Параметры

schemaUId
Identifier of the schema whose source code to get.
schemaId
The identifier of the record in the SysSchema table.
userConnection
User connection.
errorMessage
The error message when getting the source code of the schema.

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

Collection of entities with the source code of the schema with the schemaUId identifier. If an error occurred while getting the source code, null will be returned, and errorMessage parameter will return an error message.

Смотри также

© Terrasoft 2002-2017.

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

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