🔡
Syllabore
GitHub
  • Overview
  • Starting Out
  • Fine-Tuning Generators
    • Positioning
    • Clusters
    • Weights
    • Chancing
    • Transforms
    • Filtering
  • More Techniques
    • Formatters
    • Generator Pools
    • Syllable Sets
    • Generator Serialization
  • More Examples
    • Soft/Hard-Sounding Names
    • Fantasy Names
    • Spaceship Names
    • Futuristic City Names
  • Class Docs
    • FilterCondition
    • FilterConstraint
    • GeneratorPool<T>
    • INameFilter
    • INameTransformer
    • IPotentialAction
    • IRandomizable
    • ISyllableGenerator
    • Name
    • NameFilter
    • NameFormat
    • NameFormatter
    • NameFormatterGeneratorOptions
    • NameGenerator
    • NameGeneratorSerializer
    • NameGeneratorTypeInformation
    • SerializedNameGenerator
    • SyllableGenerator
    • SyllableGeneratorFluentWrapper
    • SyllablePosition
    • SyllableSet
    • Symbol
    • SymbolGenerator
    • SymbolPosition
    • Transform
    • TransformSet
    • TransformStep
    • TransformStepType
Powered by GitBook
On this page
  • Constructors
  • Methods
  • Properties
  1. Class Docs

SyllableGeneratorFluentWrapper

PreviousSyllableGeneratorNextSyllablePosition

Last updated 2 months ago

A convenience wrapper for that is used by NameGenerator's fluent extension methods. Not meant to be used outside of the fluent API.

Constructors

Constructor
Description

Methods

Method
Returns
Description

Chance(System.Double chance)

Sets the chance of generating a symbol for the last modified symbol position.

CopyEnd()

CopyInner()

CopyStart()

First(System.String symbols)

Adds symbols to the first position of the syllable.

Adds symbols to the first position of the syllable.

Last(System.String symbols)

Adds symbols to the last position of the syllable.

Adds symbols to the last position of the syllable.

Middle(System.String symbols)

Adds symbols to the middle position of the syllable.

Adds symbols to the middle position of the syllable.

Properties

Property
Type
Description

Result

SyllableGeneratorFluentWrapper( parent, syllablePosition, syllables)

Copies the SyllableGenerator from the ending position to the current syllable position. This method only works if the ending position is of type .

Copies the SyllableGenerator from the inner position to the current syllable position. This method only works if the inner position is of type .

Copies the SyllableGenerator from the starting position to the current syllable position. This method only works if the starting position is of type .

First( symbols)

First(System.Func <,> configuration)

Last( symbols)

Last(System.Func <,> configuration)

Middle( symbols)

Middle(System.Func <,> configuration)

The resulting after applying the fluent configuration.

SyllableGenerator
NameGenerator
SyllablePosition
SyllableGenerator
SyllableGeneratorFluentWrapper
SyllableGeneratorFluentWrapper
SyllableGenerator
SyllableGeneratorFluentWrapper
SyllableGenerator
SyllableGeneratorFluentWrapper
SyllableGenerator
SyllableGeneratorFluentWrapper
SymbolGenerator
SyllableGeneratorFluentWrapper
SymbolGenerator
SymbolGenerator
SyllableGeneratorFluentWrapper
SyllableGeneratorFluentWrapper
SymbolGenerator
SyllableGeneratorFluentWrapper
SymbolGenerator
SymbolGenerator
SyllableGeneratorFluentWrapper
SyllableGeneratorFluentWrapper
SymbolGenerator
SyllableGeneratorFluentWrapper
SymbolGenerator
SymbolGenerator
SyllableGeneratorFluentWrapper
SyllableGenerator
SyllableGenerator