CardModelFileContainer - свойство
Контейнер с файлами карточки.
Пространство имён: Tessa.UI.CardsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public IFileUIContainer FileContainer { get; set; }
Public Property FileContainer As IFileUIContainer
Get
Set
public:
virtual property IFileUIContainer^ FileContainer {
IFileUIContainer^ get () sealed;
void set (IFileUIContainer^ value) sealed;
}
abstract FileContainer : IFileUIContainer with get, set
override FileContainer : IFileUIContainer with get, set
IFileUIContainerICardModelFileContainer ObjectSealedException | |
InvalidOperationException |
Контейнер с файлами не был установлен. Это означает, что модель карточки была некорректно сформирована.
|