Click or drag to resize

ServiceImplementationData Class

Contains data about a WCF service implementation.
Inheritance Hierarchy
SystemObject
  Autofac.Integration.WcfServiceImplementationData

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public class ServiceImplementationData

The ServiceImplementationData type exposes the following members.

Constructors
  NameDescription
Public methodServiceImplementationData
Initializes a new instance of the ServiceImplementationData class
Top
Properties
  NameDescription
Public propertyConstructorString
Gets or sets the string used to generate the data.
Public propertyHostAsSingleton
Gets or sets a value indicating whether the service should be hosted as a singleton.
Public propertyImplementationResolver
Gets or sets a mechanism that allows the AutofacInstanceContext to get the actual implementation for a service.
Public propertyServiceTypeToHost
Gets or sets the concrete type to host.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This data transfer object class is used in conjunction with IServiceImplementationDataProvider implementations for resolving service implementation instance information.

See Also