Class XmpMappingEntryConfigurationTagbox
Additional configuration for a mapping tagbox fields
Inheritance
XmpMappingEntryConfigurationTagbox
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class XmpMappingEntryConfigurationTagbox : XmpMappingEntryConfigurationBase
Properties
Indicates if lookup shall be performed case sensitive.
Declaration
[JsonProperty("caseSensitive", Required = Required.Always)]
public bool CaseSensitive { get; set; }
Property Value
Indicates if child schemas should also be included.
Declaration
[JsonProperty("includeAllSchemaChildren", Required = Required.Always)]
public bool IncludeAllSchemaChildren { get; set; }
Property Value
Declaration
[JsonProperty("keyFieldIds", Required = Required.Always)]
[Required]
public ICollection<string> KeyFieldIds { get; set; }
Property Value
Methods
Declaration
public static XmpMappingEntryConfigurationTagbox FromJson(string data)
Parameters
Returns