Search Results for

    Show / Hide Table of Contents

    Class MetadataError

    Inheritance
    System.Object
    MetadataError
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class MetadataError

    Properties

    ErrorType

    Declaration
    public string ErrorType { get; set; }
    Property Value
    System.String

    LineNumber

    Declaration
    public int LineNumber { get; set; }
    Property Value
    System.Int32

    LinePosition

    Declaration
    public int LinePosition { get; set; }
    Property Value
    System.Int32

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    System.String

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    System.String

    SchemaId

    Declaration
    public string SchemaId { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static MetadataError FromJson(string data)
    Parameters
    System.String data

    Returns
    MetadataError

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX