Partager via


JobErrorCategoryConverter Classe

Définition

Définit les valeurs de JobErrorCategory.

public sealed class JobErrorCategoryConverter : Newtonsoft.Json.JsonConverter
type JobErrorCategoryConverter = class
    inherit JsonConverter
Public NotInheritable Class JobErrorCategoryConverter
Inherits JsonConverter
Héritage
Newtonsoft.Json.JsonConverter
JobErrorCategoryConverter

Constructeurs

JobErrorCategoryConverter()

Définit les valeurs de JobErrorCategory.

Méthodes

CanConvert(Type)

Retourne si objectType peut être converti en JobErrorCategory par le convertisseur.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Remplace ReadJson et convertit le jeton en JobErrorCategory.

WriteJson(JsonWriter, Object, JsonSerializer)

Remplacement de WriteJson pour JobErrorCategory pour la sérialisation.

S’applique à