Click or drag to resize

EntityFieldSource Properties

The EntityFieldSource type exposes the following members.

Properties
  NameDescription
Public propertyContainingField
The field of which this instance is the document source.
Public propertyElementName
Name of the source, which is determined from the actual object implementing this interface.
Public propertySourceElement
Gets the source element.
Public propertySourceElementTypeAsString
Gets the source element type as string, which is e.g. the field type if this source represents a field, or 'entity' if it's an entity.
Public propertySourceField
Gets the source field.
Public propertySourceType
The type of source, e.g. multi element or single element or a field.
Top
See Also