C# Class Pandora.LookupService

Inheritance: IComponentLookup
显示文件 Open project: Tigraine/pandora-container

Public Methods

Method Description
LookupService ( IComponentStore componentStore ) : System.Collections.Generic
LookupType ( Query query, ResolverContext context ) : IRegistration

Private Methods

Method Description
SkipParents ( IEnumerable candidates, ICollection parents ) : IRegistration

Method Details

LookupService() public method

public LookupService ( IComponentStore componentStore ) : System.Collections.Generic
componentStore IComponentStore
return System.Collections.Generic

LookupType() public method

public LookupType ( Query query, ResolverContext context ) : IRegistration
query Query
context ResolverContext
return IRegistration