Constructor ServiceBindingAttribute
ServiceBindingAttribute(Type)
Defines this class as a service.
public ServiceBindingAttribute(Type bindFrom)
Parameters
bindFromTypeThe type to bind to. This should usually be the class name, but may be a base class or interface implemented by the class too.