Interface EntitySelectable<EntityT>
- Type Parameters:
EntityT
- The generic entity type.
- All Known Implementing Classes:
EntityField
,EntityFieldAll
,EntityLink
public interface EntitySelectable<EntityT>
Interface to enable management of OData entity selectors. This interface is used by
EntityField
and
EntityLink
.-
Method Summary
Modifier and TypeMethodDescriptionGet the field name of OData entity property.Get the select expression that represents the OData entity property.
-
Method Details
-
getFieldName
Get the field name of OData entity property.- Returns:
- The field name
-
getSelections
Get the select expression that represents the OData entity property.- Returns:
- The serialized select terms.
-