IEntitySelector<TEntity> Interface

Definition

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.

Applies to