VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Data Namespace / CompositeDataStorage Class
Constructors Properties Methods SeeAlso
In This Topic
    CompositeDataStorage Class Members
    In This Topic
    The following tables list the members exposed by CompositeDataStorage.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is disposed.
    Public PropertyGets the list of data storages.
    Public Methods
     NameDescription
    Public MethodAdds new item to the data storage.
    Public MethodDetermines whether the data storage can store data of specified type.
    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 CompositeDataStorage.
    Public MethodReturns an item copy from the data storage.
    Public MethodReturns the keys of all items from data storage.
    Public MethodLocks an item in data storage and returns the item.
    Public MethodSets the existing item in the data storage.
    Public MethodUnlock the locked item in data storage.
    See Also