SchemaManager.InitializeSafeSchema - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс : InitializeSafeSchema - метод C#
- schemaManagerItem
- The manager item where the schema is to be initialized.
- assembly
- An assembly that contains the type of the schema that is being created.
Glossary Item Box
null
is returned.
public virtual IManagerItemInstance InitializeSafeSchema( ISchemaManagerItem schemaManagerItem, Assembly assembly )
Параметры
- schemaManagerItem
- The manager item where the schema is to be initialized.
- assembly
- An assembly that contains the type of the schema that is being created.
Тип возвращаемого значения
The initialized schema instance ornull
if the type of the schemaManagerItem schema is not found in the assembly assembly.