Click or drag to resize

IConfigCollectionT Interface

Provides a base entity access interface.

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

Type Parameters

T
Entity type

The IConfigCollectionT type exposes the following members.

Properties
 NameDescription
Public propertyList Return all entities the collection.
Top
Methods
 NameDescription
Public methodDelete Delete entity from collection by ID.
Public methodGet Return entity by ID.
Public methodPut Store entity to collection.
Top
See Also