C# Class NetFx.Patterns.Adapter.AdaptInitializer

Provides initialization for the Adapt class.
Datei anzeigen Open project: netfx/extensions

Public Methods

Method Description
Initialize ( IAdapterService service ) : void

Initializes the Adapt static facade with the specified service.

Initialize ( Lazy service ) : void

Initializes the Adapt static facade with the specified service.

Method Details

Initialize() public static method

Initializes the Adapt static facade with the specified service.
public static Initialize ( IAdapterService service ) : void
service IAdapterService The adapter service to use on the class.
return void

Initialize() public static method

Initializes the Adapt static facade with the specified service.
public static Initialize ( Lazy service ) : void
service Lazy The adapter service to use on the class.
return void