Table of Contents

Interface IConfigurationCode

Namespace
Loehnert.Lisrt.Scanner
Assembly
Loehnert.Lisrt.Scanner.dll

Represents a interface for an scannable scanner configuration.

public interface IConfigurationCode

Properties

Code

Gets the configuration code for scanning.

Uri Code { get; }

Property Value

Uri

Description

Gets the translatable description.

ITranslation Description { get; }

Property Value

ITranslation

Name

Gets the translatable name.

ITranslation Name { get; }

Property Value

ITranslation