AspectInstance(object, IAspect)
Declaration
public AspectInstance(object targetElement, IAspect aspect)Parameters
| Type | Name | Description |
|---|---|---|
| object | targetElement | |
| IAspect | aspect |
AspectInstance(object, IAspect, AspectConfiguration)
Declaration
public AspectInstance(object targetElement, IAspect aspect, AspectConfiguration aspectConfiguration)Parameters
| Type | Name | Description |
|---|---|---|
| object | targetElement | |
| IAspect | aspect | |
| AspectConfiguration | aspectConfiguration |
AspectInstance(object, ObjectConstruction)
Declaration
public AspectInstance(object targetElement, ObjectConstruction aspectConstruction)Parameters
| Type | Name | Description |
|---|---|---|
| object | targetElement | |
| ObjectConstruction | aspectConstruction |
AspectInstance(object, ObjectConstruction, AspectConfiguration)
Declaration
public AspectInstance(object targetElement, ObjectConstruction aspectConstruction, AspectConfiguration aspectConfiguration)Parameters
| Type | Name | Description |
|---|---|---|
| object | targetElement | |
| ObjectConstruction | aspectConstruction | |
| AspectConfiguration | aspectConfiguration |