JsonSchemaExporterOptions.TransformSchemaNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a callback that is invoked for every schema that is generated within the type graph.
public:
property Func<System::Text::Json::Schema::JsonSchemaExporterContext, System::Text::Json::Nodes::JsonNode ^, System::Text::Json::Nodes::JsonNode ^> ^ TransformSchemaNode { Func<System::Text::Json::Schema::JsonSchemaExporterContext, System::Text::Json::Nodes::JsonNode ^, System::Text::Json::Nodes::JsonNode ^> ^ get(); void set(Func<System::Text::Json::Schema::JsonSchemaExporterContext, System::Text::Json::Nodes::JsonNode ^, System::Text::Json::Nodes::JsonNode ^> ^ value); };
public Func<System.Text.Json.Schema.JsonSchemaExporterContext,System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode>? TransformSchemaNode { get; init; }
member this.TransformSchemaNode : Func<System.Text.Json.Schema.JsonSchemaExporterContext, System.Text.Json.Nodes.JsonNode, System.Text.Json.Nodes.JsonNode> with get, set
Public Property TransformSchemaNode As Func(Of JsonSchemaExporterContext, JsonNode, JsonNode)
Property Value
Applies to
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.