FieldBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET