Click or drag to resize

IPredicateStorageT Interface

Defines entity link storage methods.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IPredicateStorage<T>
where T : 

Type Parameters

T
Type of entity link.

The IPredicateStorageT type exposes the following members.

Methods
 NameDescription
Public methodDeleteLinks Deletes entity link.
Public methodDeleteLinksForObjects Delete all links for object entity UID
Public methodDeleteLinksForSubjects Delete all links for subject entity UIDs
Public methodGetAllLinks Gets all entity links in the storage.
Public methodGetLinksForObject Gets all entity links for object entity UID.
Public methodGetLinksForSubject Gets all entity links for subject entity UID.
Public methodPutLinks Stores entity links
Top
See Also