Результаты поиска для

    Show / Hide Table of Contents

    Class JsonInheritanceConverter

    Inheritance
    System.Object
    JsonInheritanceConverter
    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public class JsonInheritanceConverter : Newtonsoft.Json.JsonConverter

    Constructors

    JsonInheritanceConverter()

    Declaration
    public JsonInheritanceConverter()

    JsonInheritanceConverter(String)

    Declaration
    public JsonInheritanceConverter(string discriminatorName)
    Parameters
    Type Name Description
    System.String discriminatorName

    Properties

    CanRead

    Declaration
    public override bool CanRead { get; }
    Property Value
    Type Description
    System.Boolean

    CanWrite

    Declaration
    public override bool CanWrite { get; }
    Property Value
    Type Description
    System.Boolean

    DiscriminatorName

    Declaration
    public string DiscriminatorName { get; }
    Property Value
    Type Description
    System.String

    Methods

    CanConvert(System.Type)

    Declaration
    public override bool CanConvert(System.Type objectType)
    Parameters
    Type Name Description
    System.Type objectType
    Returns
    Type Description
    System.Boolean

    ReadJson(Newtonsoft.Json.JsonReader, System.Type, Object, Newtonsoft.Json.JsonSerializer)

    Declaration
    public override object ReadJson(Newtonsoft.Json.JsonReader reader, System.Type objectType, object existingValue, Newtonsoft.Json.JsonSerializer serializer)
    Parameters
    Type Name Description
    Newtonsoft.Json.JsonReader reader
    System.Type objectType
    System.Object existingValue
    Newtonsoft.Json.JsonSerializer serializer
    Returns
    Type Description
    System.Object

    WriteJson(Newtonsoft.Json.JsonWriter, Object, Newtonsoft.Json.JsonSerializer)

    Declaration
    public override void WriteJson(Newtonsoft.Json.JsonWriter writer, object value, Newtonsoft.Json.JsonSerializer serializer)
    Parameters
    Type Name Description
    Newtonsoft.Json.JsonWriter writer
    System.Object value
    Newtonsoft.Json.JsonSerializer serializer
    Вверх © 1998-2025 ООО «Быстрые отчеты»