Class TaggingOptionsBase
Inheritance
TaggingOptionsBase
Namespace: System.Dynamic.ExpandoObject
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public abstract class TaggingOptionsBase
Properties
Override for the cache to use.
Declaration
[JsonProperty("keywordLookupCacheName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string KeywordLookupCacheName { get; set; }
Property Value
Override for the field id where not found tags are stored.
Declaration
[JsonProperty("missingKeywordsFieldId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string MissingKeywordsFieldId { get; set; }
Property Value
Override for the layer to assign.
Declaration
[JsonProperty("taggingLayerId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TaggingLayerId { get; set; }
Property Value
Methods
Declaration
public static TaggingOptionsBase FromJson(string data)
Parameters
Returns