Click or drag to resize

CouchbaseDependencyAttribute Properties

The CouchbaseDependencyAttribute type exposes the following members.

Properties
  NameDescription
Public propertyLazy
Gets or sets if the dependency should be created when it is first requested (true) or immediately upon registration.
Public propertyTransient
Gets or sets if the dependency is transient (i.e. should be created on each request)
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
See Also