IConfigCollectionT Interface

Provides a base entity access interface.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IConfigCollection<T>
where T : IConfigurationId

Type Parameters

T
Entity type

Properties

List Return all entities the collection.

Methods

Delete Delete entity from collection by ID.
Get Return entity by ID.
Put Store entity to collection.

See Also