다음을 통해 공유


JsonSchemaExporterOptions 클래스

정의

JsonSchemaExporter API의 동작을 구성합니다.

public ref class JsonSchemaExporterOptions sealed
public sealed class JsonSchemaExporterOptions
type JsonSchemaExporterOptions = class
Public NotInheritable Class JsonSchemaExporterOptions
상속
JsonSchemaExporterOptions

생성자

JsonSchemaExporterOptions()

JsonSchemaExporter API의 동작을 구성합니다.

속성

Default

JsonSchemaExporter사용하는 기본 구성 개체를 가져옵니다.

TransformSchemaNode

형식 그래프 내에서 생성되는 모든 스키마에 대해 호출되는 콜백을 정의합니다.

TreatNullObliviousAsNonNullable

null 알 수 없는 참조 형식에 대해 nullable이 아닌 스키마를 생성해야 하는지 여부를 결정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상