Class FieldDefinition<TDocument>
Base class for field names.
public abstract class FieldDefinition<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      FieldDefinition<TDocument>
 
- Derived
 
- Inherited Members
 
Methods
- Render(RenderArgs<TDocument>)
 Renders the field to a RenderedFieldDefinition.
Operators
- implicit operator FieldDefinition<TDocument>(string)
 Performs an implicit conversion from string to FieldDefinition<TDocument>.