XmlStorageFactoryCreate - метод |
Осщуествляет создание хранилища
Пространство имён:
Tessa.Applications.Containers.Storage
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Applications.Containers.StorageIStorageSchemaContext
Контекст хранилища
Возвращаемое значение
Тип:
IStorage
Созданное хранилище
Реализации
IStorageFactoryCreate(IStorageSchemaContext)См. также