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

ISchemaManager.GetSchemaSources - метод Смотри также  Terrasoft.Core - пространство имен > ISchemaManager - интерфейс : GetSchemaSources - метод C#

uid
Identifier of the schema whose source code to get.
schemaInSolutionUId
The identifier of the record in the SysSchemaInSolution table.
userConnection
User connection.
errorMessage
The error message when getting the source code of the schema.

Glossary Item Box

Gets the source code of the schema with the specified identifier.

Синтаксис

EntityCollection GetSchemaSources( 
   Guid uid, 
   Guid schemaInSolutionUId, 
   UserConnection userConnection, 
   out string errorMessage 
)

Параметры

uid
Identifier of the schema whose source code to get.
schemaInSolutionUId
The identifier of the record in the SysSchemaInSolution 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 uid 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.

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

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