Click or drag to resize

DefaultTenantId Class

Object type that represents a default tenant ID. Primarily used internally; most applications will not use this type.
Inheritance Hierarchy
SystemObject
  Autofac.MultitenantDefaultTenantId

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public class DefaultTenantId

The DefaultTenantId type exposes the following members.

Constructors
  NameDescription
Public methodDefaultTenantId
Initializes a new instance of the DefaultTenantId class
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 this instance.
(Overrides ObjectToString.)
Top
See Also