| Country |
The Country class holds the information for a country.
|
| CountryRepository |
The CountryRepository interface declares the repository for the Country domain
type.
|
| IReferenceService |
The IReferenceService interface defines the functionality provided by a Reference Service
implementation.
|
| Language |
The Language class holds the information for a language.
|
| LanguageRepository |
The LanguageRepository interface declares the repository for the Language domain
type.
|
| MeasurementSystem |
The MeasurementSystem class holds the information for a system of measurement.
|
| MeasurementSystemRepository |
The MeasurementSystemRepository interface declares the repository for the
MeasurementSystem domain type.
|
| MeasurementUnit |
The MeasurementUnit class holds the information for a measurement unit.
|
| MeasurementUnitRepository |
The MeasurementUnitRepository interface declares the repository for the
MeasurementUnit domain type.
|
| MeasurementUnitType |
The MeasurementUnitType class holds the information for a measurement unit type.
|
| MeasurementUnitTypeRepository |
The MeasurementUnitTypeRepository interface declares the repository for the
MeasurementUnitType domain type.
|
| Region |
The Region class holds the information for a region.
|
| RegionRepository |
The RegionRepository interface declares the repository for the Region domain type.
|
| TimeZone |
The TimeZone class holds the information for a time zone.
|