Show / Hide Table of Contents

Class DependencyResolverInstanceContextExtension

Inheritance
Object
DependencyResolverInstanceContextExtension
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Dependencies
Assembly: IRM.ServiceModel.dll
Syntax
public class DependencyResolverInstanceContextExtension : IExtension<InstanceContext>

Methods

Attach(InstanceContext)

Declaration
public void Attach(InstanceContext owner)
Parameters
System.ServiceModel.InstanceContext owner

Implements
System.ServiceModel.IExtension<T>.Attach(T)

Detach(InstanceContext)

Declaration
public void Detach(InstanceContext owner)
Parameters
System.ServiceModel.InstanceContext owner

Implements
System.ServiceModel.IExtension<T>.Detach(T)

GetDependencyScope()

Declaration
public IDependencyScope GetDependencyScope()
Returns
IDependencyScope

RelaseDependencyScope()

Declaration
public void RelaseDependencyScope()

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX