C# Class Simple.Services.Default.DefaultClientProvider

Inheritance: DefaultHostBaseProvider, IServiceClientProvider
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
Create ( Type type ) : object
ProxyObject ( object obj, Type type, IInterceptor intercept ) : object

Méthodes protégées

Méthode Description
OnClearConfig ( ) : void
OnConfig ( DefaultHostConfig config ) : void

Method Details

Create() public méthode

public Create ( Type type ) : object
type System.Type
Résultat object

OnClearConfig() protected méthode

protected OnClearConfig ( ) : void
Résultat void

OnConfig() protected méthode

protected OnConfig ( DefaultHostConfig config ) : void
config DefaultHostConfig
Résultat void

ProxyObject() public méthode

public ProxyObject ( object obj, Type type, IInterceptor intercept ) : object
obj object
type System.Type
intercept IInterceptor
Résultat object