Table of Contents

Class ConfigurationCode

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

Represents a class for an scannable scanner configuration.

public class ConfigurationCode : IConfigurationCode
Inheritance
ConfigurationCode
Implements
Inherited Members

Constructors

ConfigurationCode(ITranslation, ITranslation, Uri)

Initializes a new instance of the ConfigurationCode class.

public ConfigurationCode(ITranslation name, ITranslation description, Uri code)

Parameters

name ITranslation

Translatable configuration name.

description ITranslation

Translatable configuration description.

code Uri

Configuration code for scanning.

Exceptions

ArgumentNullException

Thrown if any parameter is null.

Properties

Code

Gets the configuration code for scanning.

public Uri Code { get; }

Property Value

Uri

Description

Gets the translatable description.

public ITranslation Description { get; }

Property Value

ITranslation

Name

Gets the translatable name.

public ITranslation Name { get; }

Property Value

ITranslation