Class DicomSetupBuilder
Inheritance
System.Object
DicomSetupBuilder
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: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class DicomSetupBuilder
Constructors
DicomSetupBuilder()
Declaration
public DicomSetupBuilder()
Methods
Build()
Declaration
public void Build()
RegisterServices(Action<IServiceCollection>)
Declaration
public DicomSetupBuilder RegisterServices(Action<IServiceCollection> registerAction)
Parameters
Type | Name | Description |
---|---|---|
System.Action<Microsoft.Extensions.DependencyInjection.IServiceCollection> | registerAction |
Returns
Type | Description |
---|---|
DicomSetupBuilder |
UseServiceProvider(IServiceProviderHost)
Declaration
public static void UseServiceProvider(IServiceProviderHost provider)
Parameters
Type | Name | Description |
---|---|---|
IServiceProviderHost | provider |
UseServiceProvider(IServiceProvider)
Declaration
public static void UseServiceProvider(IServiceProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | provider |