Search Results for

    Show / Hide Table of Contents

    Class LayerIdsByRootSchema

    Inheritance
    System.Object
    LayerIdsByRootSchema
    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 LayerIdsByRootSchema

    Properties

    LayerSchemaIds

    Declaration
    public ICollection<string> LayerSchemaIds { get; set; }
    Property Value
    System.Collections.Generic.ICollection<System.String>

    RootSchemaId

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

    Methods

    FromJson(String)

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

    Returns
    LayerIdsByRootSchema

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX