CouchbaseDependencyAttribute Properties |
The CouchbaseDependencyAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| Lazy |
Gets or sets if the dependency should be created when it is
first requested (true) or immediately upon registration.
| |
| Transient |
Gets or sets if the dependency is transient (i.e. should be created
on each request)
| |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |