Show / Hide Table of Contents

Class Constants

Constants used by the dependency support classes.

Inheritance
Object
Constants
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.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

Back to top Generated by DocFX