Search Results for

    Show / Hide Table of Contents

    Class PairSchema

    Inheritance
    System.Object
    Schema
    PairSchema
    Inherited Members
    Schema.Create(MichelinePrim)
    Schema.Field
    Schema.Type
    Schema.ToTreeView(IMicheline)
    Schema.Humanize(JsonWriterOptions)
    Schema.Humanize(IMicheline, JsonWriterOptions)
    Schema.GetJsonSchema(JsonWriterOptions)
    Schema.ToMicheline()
    Schema.MapValue(Object)
    Schema.GetAnnotations()
    Schema.FormatException(IMicheline)
    Schema.MapFailedException(String)
    Namespace: Netezos.Contracts
    Assembly: Netezos.dll
    Syntax
    public sealed class PairSchema : Schema

    Constructors

    | Improve this Doc View Source

    PairSchema(MichelinePrim, Boolean)

    Declaration
    public PairSchema(MichelinePrim micheline, bool nested = false)
    Parameters
    Type Name Description
    MichelinePrim micheline
    System.Boolean nested

    Properties

    | Improve this Doc View Source

    Kind

    Declaration
    public PairKind Kind { get; }
    Property Value
    Type Description
    PairKind
    | Improve this Doc View Source

    Left

    Declaration
    public Schema Left { get; }
    Property Value
    Type Description
    Schema
    | Improve this Doc View Source

    Name

    Declaration
    public override string? Name { get; }
    Property Value
    Type Description
    System.Nullable<System.String>
    Overrides
    Schema.Name
    | Improve this Doc View Source

    Prim

    Declaration
    public override PrimType Prim { get; }
    Property Value
    Type Description
    PrimType
    Overrides
    Schema.Prim
    | Improve this Doc View Source

    Right

    Declaration
    public Schema Right { get; }
    Property Value
    Type Description
    Schema
    | Improve this Doc View Source

    Signature

    Declaration
    public override string Signature { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Schema.Signature

    Methods

    | Improve this Doc View Source

    GetArgs()

    Declaration
    protected override List<IMicheline> GetArgs()
    Returns
    Type Description
    List<IMicheline>
    Overrides
    Schema.GetArgs()
    | Improve this Doc View Source

    MapObject(Object, Boolean)

    Declaration
    public override IMicheline MapObject(object obj, bool isValue = false)
    Parameters
    Type Name Description
    System.Object obj
    System.Boolean isValue
    Returns
    Type Description
    IMicheline
    Overrides
    Schema.MapObject(Object, Boolean)
    | Improve this Doc View Source

    Optimize(IMicheline)

    Declaration
    public override IMicheline Optimize(IMicheline value)
    Parameters
    Type Name Description
    IMicheline value
    Returns
    Type Description
    IMicheline
    Overrides
    Schema.Optimize(IMicheline)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad