Class ConfigurationCode
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
ITranslationTranslatable configuration name.
description
ITranslationTranslatable configuration description.
code
UriConfiguration 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
Description
Gets the translatable description.
public ITranslation Description { get; }
Property Value
- ITranslation
Name
Gets the translatable name.
public ITranslation Name { get; }
Property Value
- ITranslation