SetterRecordBuilder<'T> Type
Mutable fluent builder for authoring setter-bound schemas from C#. This is intentionally a thin wrapper over the existing `SchemaDefinition` model rather than a second schema system. It is best suited to new parameterless C# classes with settable properties.
Constructors
| Constructor |
Description
|
Full Usage:
SetterRecordBuilder(factory)
Parameters:
Func<'T>
Returns: SetterRecordBuilder<'T>
|
|
Instance members
| Instance member |
Description
|
|
Closes the fluent builder and returns a normal `Schema<'T>`.
|
|
Adds a field that can be resolved automatically from its CLR type.
|
|
Adds a field with an explicit child schema.
|
CodecMapper