Keeper SDK Class Library
C#
Show/Hide TOC
IEntity
Storage
T
Interface
Defines entity storage methods.
Definition
Namespace:
KeeperSecurity.Storage
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
interface
IEntityStorage
<T>
where
T :
Type Parameters
T
Type of entity.
Methods
DeleteUids
Deletes entity by entity UID.
GetAll
Gets all entities in the storage.
GetEntity
Gets entity by entity UID.
PutEntities
Stores entities.
See Also
Reference
KeeperSecurity.Storage Namespace
In This Article
Definition
Methods
See Also