SchemaManager.GetSchemaSource - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс : GetSchemaSource - метод C#
- schemaUId
- Identifier of the schema whose source code to get.
- userConnection
- User connection.
Glossary Item Box
public Stream GetSchemaSource( Guid schemaUId, UserConnection userConnection )
Параметры
- schemaUId
- Identifier of the schema whose source code to get.
- userConnection
- User connection.
Тип возвращаемого значения
The stream containing the source code of the schema with the schemaUId identifier, ornull
if the source code could not be obtained.