VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Data Namespace / CloneableObjectStorageInMemory Class
Конструкторы Свойства Методы Смотрите также
В этом разделе
    Члены типа CloneableObjectStorageInMemory Class
    В этом разделе
    В следующих таблицах перечислены элементы, предоставляемые CloneableObjectStorageInMemory.
    Публичные Конструкторы
     ИмяОписание
    Public ConstructorInitializes a new instance of the CloneableObjectStorageInMemory class.
    Защищенные Свойства
     ИмяОписание
    Protected PropertyGets a value indicating whether this instance is disposed.
    Protected PropertyGets a dictionary, which maps item keys into items.
    Публичные Методы
     ИмяОписание
    Public MethodAdds new item to the data storage.
    Public MethodDetermines whether the data of specified type can be stored in the data storage.
    Public MethodDetermines whether the data storage contains an item with the specified identifier.
    Public MethodDeletes the item from the data storage.
    Public MethodReleases all resources used by the CloneableObjectStorageInMemory.
    Public MethodReturns an item copy from the data storage.
    Public MethodReturns the keys of all items from data storage.
    Public MethodOverloaded. Locks an item in data storage and returns the item.
    Public MethodSets the existing item in the data storage.
    Public MethodUnlocks the locked item in data storage.
    Защищенные Методы
     ИмяОписание
    Protected MethodChecks the type of the item.
    Смотрите также