Class NamespaceExtractionAttribute
Namespace: Ludiq.Bolt
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class NamespaceExtractionAttribute : Attribute, _Attribute
Constructors
NamespaceExtractionAttribute(String, Boolean, Boolean)
Declaration
public NamespaceExtractionAttribute(string namespace, bool include = true, bool hierarchy = false)
Parameters
| Type | Name | Description |
|---|---|---|
| String | namespace | |
| Boolean | include | |
| Boolean | hierarchy |
Properties
extraction
Declaration
public NamespaceExtraction extraction { get; }
Property Value
| Type | Description |
|---|---|
| NamespaceExtraction |