Class LayerIdsByRootSchema
Inheritance
LayerIdsByRootSchema
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class LayerIdsByRootSchema
Properties
Declaration
[JsonProperty("layerSchemaIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> LayerSchemaIds { get; set; }
Property Value
Declaration
[JsonProperty("rootSchemaId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RootSchemaId { get; set; }
Property Value
Methods
Declaration
public static LayerIdsByRootSchema FromJson(string data)
Parameters
Returns