Interface INestedIdentifiableOwnerSearch<TIdentifiable>
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Defines the interface for a search of an INestedIdentifiableOwner<TNestedIdentifiable>'s indirect INestedIdentifiable child items.
public interface INestedIdentifiableOwnerSearch<out TIdentifiable> : INestedIdentifiableSearch<TIdentifiable> where TIdentifiable : INestedIdentifiableType Parameters
- TIdentifiable
- The type of the indirect INestedIdentifiable child items. 
- Inherited Members
Methods
ByPartialId(string)
Searches for an indirect child item by the given partial id, which is what remains of its FullId after the search root's FullId.
TIdentifiable ByPartialId(string partialId)Parameters
Returns
- TIdentifiable
- The found item. 
Exceptions
- KeyNotFoundException
- When no item with the given partial id was found.