DbDependencyResolverExtensions Class

 

Extension methods to call the GetService method using a generic type parameter and/or no name.

Namespace:   System.Data.Entity.Infrastructure.DependencyResolution
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Infrastructure.DependencyResolution.DbDependencyResolverExtensions

public static class DbDependencyResolverExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetService(IDbDependencyResolver, Type)

Calls GetService passing the given type argument and using null for the name argument.

System_CAPS_pubmethodSystem_CAPS_staticGetService<T>(IDbDependencyResolver)

Calls GetService passing the generic type of the method as the type argument and null for the name argument.

System_CAPS_pubmethodSystem_CAPS_staticGetService<T>(IDbDependencyResolver, Object)

Calls GetService passing the generic type of the method and the given name as arguments.

System_CAPS_pubmethodSystem_CAPS_staticGetServices(IDbDependencyResolver, Type)

Calls GetServices passing the given type argument and using null for the name argument.

System_CAPS_pubmethodSystem_CAPS_staticGetServices<T>(IDbDependencyResolver)

Calls GetServices passing the generic type of the method as the type argument and null for the name argument.

System_CAPS_pubmethodSystem_CAPS_staticGetServices<T>(IDbDependencyResolver, Object)

Calls GetServices passing the generic type of the method and the given name as arguments.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.