Show / Hide Table of Contents

    Class JsonSerializerReader.CreatorPropertyContext

    Inheritance
    System.Object
    JsonSerializerReader.CreatorPropertyContext
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Serialization
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class CreatorPropertyContext

    Fields

    | Improve this Doc View Source

    ConstructorProperty

    Declaration
    public JsonProperty ConstructorProperty
    Field Value
    Type Description
    JsonProperty
    | Improve this Doc View Source

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Presence

    Declaration
    public JsonSerializerReader.PropertyPresence? Presence
    Field Value
    Type Description
    System.Nullable<JsonSerializerReader.PropertyPresence>
    | Improve this Doc View Source

    Property

    Declaration
    public JsonProperty Property
    Field Value
    Type Description
    JsonProperty
    | Improve this Doc View Source

    Used

    Declaration
    public bool Used
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Value

    Declaration
    public object Value
    Field Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    • 0 Comments