Method | Description | |
---|---|---|
NodaTimeSchemaSettings ( Func resolvePropertyName, Func formatToJson, bool shouldGenerateExamples, SchemaExamples? schemaExamples = null, IDateTimeZoneProvider? dateTimeZoneProvider = null ) : System |
Initializes a new instance of the NodaTimeSchemaSettings class.
|
public NodaTimeSchemaSettings ( Func resolvePropertyName, Func formatToJson, bool shouldGenerateExamples, SchemaExamples? schemaExamples = null, IDateTimeZoneProvider? dateTimeZoneProvider = null ) : System | ||
resolvePropertyName | Func | Function that resolves property name by proper naming strategy. |
formatToJson | Func | Function that formats object as json text. |
shouldGenerateExamples | bool | Should the example node be generated. |
schemaExamples | SchemaExamples? | |
dateTimeZoneProvider | IDateTimeZoneProvider? | |
return | System |