IEntitySelector<TEntity> Interface
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.
Defines operations for selecting an entity out of a collection.
public interface IEntitySelector<TEntity>
type IEntitySelector<'Entity> = interface
Public Interface IEntitySelector(Of TEntity)
Type Parameters
- TEntity
The type of the entity behavior.
- Derived
Properties
Item[String] |
Gets the behavior for an entity using the entity's ID. |
Methods
ById(String) |
Retrieves the behavior for an entity using the entity's ID. |