Table of Contents

Interface IKeyAsId

Namespace
OneImlx.Terminal.Commands
Assembly
OneImlx.Terminal.dll

An abstraction of an entity with a key as an identifier.

public interface IKeyAsId

Properties

Id

The identifier.

string Id { get; }

Property Value

string