Click or drag to resize

IEntityCollectionBaseIndexOf Method

Retrieve the relative index of an entity item

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
int IndexOf(
	IEntity item
)

Parameters

item
Type: EBP.Api.Interfaces.EntityIEntity
Entity item to get the index

Return Value

Type: Int32
The relative index
See Also