Table of Contents

Constructor ServiceBindingAttribute

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

ServiceBindingAttribute(Type)

Defines this class as a service.

public ServiceBindingAttribute(Type bindFrom)

Parameters

bindFrom Type

The type to bind to. This should usually be the class name, but may be a base class or interface implemented by the class too.