Share via


IEntitySelector<TEntity>.Item[String] Property

Definition

Gets the behavior for an entity using the entity's ID.

public TEntity this[string id] { get; }
member this.Item(string) : 'Entity
Default Public ReadOnly Property Item(id As String) As TEntity

Parameters

id
String

The entity's ID.

Property Value

TEntity

The entity's behavior.

Applies to