--- alias: namegeneratorcontext-st description: "This documentation outlines a context object for selecting and utilizing name generation logic" --- # NameGeneratorContext ## Description Used to resolve the name generator to be used in a certain operation ## Fields The **NameGeneratorContext** table has the following fields: | Field | Description | Key | Mandatory | Comments | | --- | ----- | -- | -- | ---- | | **EntityType** | The Entity Type name | Yes | No | | | **EntityTypeType** | The Entity Type type | Yes | No | | | **Operation** | Operation Name | Yes | No | | | **NameGeneratorName** | Name Generator Name | No | No | | | **RevisionGeneratorName** | Revision Generator Name | No | No | | Table: NameGeneratorContext fields ## Precedence Keys The search precedence rules are the following: 1. EntityType, EntityTypeType, Operation 2. EntityType, Operation 3. EntityType, EntityTypeType 4. EntityType 5. Operation