Class ServicesFactory
This is considered internal framework code and is not intended to be used by external applications.
Inheritance
System.Object
ServicesFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.Configuration
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class ServicesFactory : IParameterizedSource<IExtensionCollection, IServices>
Constructors
ServicesFactory(IConstructorSelector, ContainerOptions)
Initializes a new instance of the ServicesFactory class.
Declaration
public ServicesFactory(IConstructorSelector selector, ContainerOptions options)
Parameters
LightInject.IConstructorSelector
selector
The selector. |
LightInject.ContainerOptions
options
The options. |
Properties
Default
The default instance.
Declaration
public static ServicesFactory Default { get; }
Property Value
ServicesFactory
|
Methods
Get(IExtensionCollection)
Performs the selection.
Declaration
public IServices Get(IExtensionCollection parameter)
Parameters
IExtensionCollection
parameter
|
Returns
IServices
A value of the return type. |