Search Results for

    Show / Hide Table of Contents

    Class ViewSchema

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

    Constructors

    | Improve this Doc View Source

    ViewSchema(MichelinePrim)

    Declaration
    public ViewSchema(MichelinePrim micheline)
    Parameters
    Type Name Description
    MichelinePrim micheline

    Properties

    | Improve this Doc View Source

    Prim

    Declaration
    public override PrimType Prim { get; }
    Property Value
    Type Description
    PrimType
    Overrides
    Schema.Prim

    Methods

    | 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

    MapValue(Object)

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