Class Constants
Constants used by the dependency support classes.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Dependencies
Assembly: IRM.dll
Syntax
public static class Constants
Fields
DefaultScopeName
The default scope name used by BeginScope(Action<String, IConfigureScopeDependencies>, String).
Declaration
public const string DefaultScopeName = "DefaultChildScope"
Field Value
String
|