IConventionProperty.SetJsonValueReaderWriterType(Type, Boolean) 方法

定義

設定要用於這個屬性的 JsonValueReaderWriter<TValue> 型別。

public Type? SetJsonValueReaderWriterType (Type? readerWriterType, bool fromDataAnnotation = false);
abstract member SetJsonValueReaderWriterType : Type * bool -> Type
Public Function SetJsonValueReaderWriterType (readerWriterType As Type, Optional fromDataAnnotation As Boolean = false) As Type

參數

readerWriterType
Type

繼承自 JsonValueReaderWriter<TValue> 的型別,或使用 null 型別對應的讀取器/寫入器。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

已設定的值。

適用於