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
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.