Table of Contents

Class SchemaDefinition

Namespace
Dynamicweb.Indexing.Schemas
Assembly
Dynamicweb.Indexing.dll
Represents schema definition ()fields and their types)
public class SchemaDefinition
Inheritance
SchemaDefinition
Inherited Members

Constructors

SchemaDefinition()

Default constructor
public SchemaDefinition()

Properties

Fields

Gets or sets fields
[JsonConverter(typeof(FieldJsonConverter))]
public IEnumerable<FieldDefinitionBase> Fields { get; set; }

Property Value

IEnumerable<FieldDefinitionBase>

FieldsFromIndexDefinition

Gets or sets fields from index definition
[JsonConverter(typeof(FieldJsonConverter))]
public IEnumerable<FieldDefinitionBase> FieldsFromIndexDefinition { get; set; }

Property Value

IEnumerable<FieldDefinitionBase>

FieldTypes

Gets or sets Field types
public IEnumerable<FieldTypeDefinition> FieldTypes { get; set; }

Property Value

IEnumerable<FieldTypeDefinition>
To top