| C# | Visual Basic | Visual C++ |
namespace HyperActive.Core
Namespace HyperActive.Core
namespace HyperActive.Core
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| HyperActiveException |
A generic exception that occurs within HyperActive.
| |
| Inflector |
The Inflector transforms words from singular to plural, class names to table names, modularized class
names to ones without, and class names to foreign keys.
| |
| IValueProvider |
Used when generating values for a column.
| |
| NameProvider |
Used by ActiveRecordGenerators when naming class members.
| |
| Try |
Utility class to work with objects.
| |
| TypeCreator |
Utility used for working with types.
| |
| TypeInferer |
Utility class for reading types specified as 'FullTypeName, AssemblyName'.
| |
| ValueProviderImpl |
Implementation of IValueProvider.
|