FileVaultStorageDependenciesDefaultCardFileManager - свойство

Объект, который управляет объектами контейнеров ICardFileContainer, объединяющих карточку с её файлами. Объект доступен на клиенте и на сервере.

Definition

Пространство имён: Tessa.FileVault.Storage
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public ICardFileManager DefaultCardFileManager { get; }

Значение свойства

ICardFileManager

Реализации

IFileVaultStorageDependenciesDefaultCardFileManager

Заметки

Default implementation without extensions, but with transaction and card locking. Write lock and transaction are held only for a short duration when adding rows to Files and FileVersions.

Used only to create files. If we used implementation w/o transaction and locking, then we couldn't use outside transaction because it surrounds content storing. Currently, there is no implementation with SQL transaction, but w/o locks.

Note that added files CardFile should be assigned StoreSource to the default file source [!:fileSourceSettings], because platform extension SetFileSourceStoreExtension is not called in Default implementation.

См. также