C# Class NetFx.Patterns.Adapter.AdaptInitializer

Provides initialization for the Adapt class.
Afficher le fichier Open project: netfx/extensions

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

Initialize() public static méthode

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.
Résultat void