TGeneratorClass Class Reference
A class reference type for TAbstractGenerator and its descendants.
Remarks
Pass a TGeneratorClass value to the IdAttribute.Create overload that accepts a generator class to specify a custom identifier generation strategy for an entity. Aurelius instantiates the referenced class at runtime to produce identifier values.
Syntax
Unit: Aurelius.Id.AbstractGenerator
TGeneratorClass = class of TAbstractGenerator;