FieldBuilder Class

Definition

Builds field definitions for a search index by reflecting over a user-defined model type.

public static class FieldBuilder
type FieldBuilder = class
Public Class FieldBuilder
Inheritance
FieldBuilder

Methods

BuildForType(Type)

Creates a collection of Field objects corresponding to the properties of the type supplied.

BuildForType(Type, IContractResolver)

Creates a collection of Field objects corresponding to the properties of the type supplied.

BuildForType<T>()

Creates a collection of Field objects corresponding to the properties of the type supplied.

BuildForType<T>(IContractResolver)

Creates a collection of Field objects corresponding to the properties of the type supplied.

Applies to