Entity.EntitySearchDelegate Delegate

Definition

Delegate used to search an entity hierarchy for an entity inclusive of its children.

public: delegate bool Entity::EntitySearchDelegate(Entity ^ entity);
public delegate bool Entity.EntitySearchDelegate(Entity entity);
type Entity.EntitySearchDelegate = delegate of Entity -> bool
Public Delegate Function Entity.EntitySearchDelegate(entity As Entity) As Boolean 

Parameters

entity
Entity

The current entity in the hierarchy being queried.

Return Value

True if the entity has been found, otherwise false.

Applies to