Compartir a través de


AllowedEndpointRecordTypeConverter Clase

Definición

Define valores para AllowedEndpointRecordType.

public sealed class AllowedEndpointRecordTypeConverter : Newtonsoft.Json.JsonConverter
type AllowedEndpointRecordTypeConverter = class
    inherit JsonConverter
Public NotInheritable Class AllowedEndpointRecordTypeConverter
Inherits JsonConverter
Herencia
Newtonsoft.Json.JsonConverter
AllowedEndpointRecordTypeConverter

Constructores

AllowedEndpointRecordTypeConverter()

Define valores para AllowedEndpointRecordType.

Métodos

CanConvert(Type)

Devuelve si objectType se puede convertir en AllowedEndpointRecordType por el convertidor.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Invalida ReadJson y convierte el token en AllowedEndpointRecordType.

WriteJson(JsonWriter, Object, JsonSerializer)

Invalidación de WriteJson para AllowedEndpointRecordType para la serialización.

Se aplica a