XmlStorageFactoryCreate - метод
Осщуествляет создание хранилища
Пространство имён: Tessa.Applications.Containers.StorageСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public IStorage Create(
IStorageSchemaContext schemaContext
)
Public Function Create (
schemaContext As IStorageSchemaContext
) As IStorage
public:
virtual IStorage^ Create(
IStorageSchemaContext^ schemaContext
) sealed
abstract Create :
schemaContext : IStorageSchemaContext -> IStorage
override Create :
schemaContext : IStorageSchemaContext -> IStorage
- schemaContext IStorageSchemaContext
-
Контекст хранилища
IStorage
Созданное хранилище
IStorageFactoryCreate(IStorageSchemaContext)