Interface IConfigurationCode
Represents a interface for an scannable scanner configuration.
public interface IConfigurationCode
Properties
Code
Gets the configuration code for scanning.
Uri Code { get; }
Property Value
Description
Gets the translatable description.
ITranslation Description { get; }
Property Value
- ITranslation
Name
Gets the translatable name.
ITranslation Name { get; }
Property Value
- ITranslation