Table of contents
CustomLifestyleAttribute API Document
Indicates that the target components wants a custom lifestyle.
Constructors
CustomLifestyleAttribute(Type lifestyleHandler)
Initializes a new instance of the Castle.Core.CustomLifestyleAttribute class.
| Parameter | Description |
|---|---|
| lifestyleHandler | The lifestyle handler. |
Properties
| Name | Type | Description |
|---|---|---|
| LifestyleHandlerType | Type | Gets the type of the lifestyle handler. |
| Lifestyle | LifestyleType | Gets or sets the lifestyle. |