[This is preliminary documentation and is subject to change.]
The InventorizationManager type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| InventorizationManager(IEnumerable Assembly ) | Initializes a new instance of the InventorizationManager class | |
| InventorizationManager(IEnumerable String ) | Initializes a new instance of the InventorizationManager class | |
| InventorizationManager(String, String) |
Delimiter assembly names with ';'
|
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Run |
Runs inventorization routine dumping result into config node
| |
Returns a string that represents the current object. (Inherited from | ||
| WriteInventoryAttributes |
Adds nodes for InventoryAttributes
| |
| WriteType |
Describes type including generic arguments
|
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| ATTRIBUTES_NODE |
Properties
| Name | Description | |
|---|---|---|
| Concerns |
Imposes a filter on system concerns parameter of Inventory attribute
| |
| EndDate |
Imposes a filter on EndDate parameter of Inventory attribute
| |
| OnlyAttributed |
When true, inventorizes ONLY items that have have Inventory attribute applied.
Even if this property is false but some other inventory filter specified, then an item must be Inventory-tagged to be included
| |
| Options |
Options for inventorization strategies
| |
| Schema |
Imposes a filter on schema parameter of Inventory attribute
| |
| StartDate |
Imposes a filter on StartDate parameter of Inventory attribute
| |
| Strategies |
References inventorization strategies
| |
| Technology |
Imposes a filter on technology parameter of Inventory attribute
| |
| Tiers |
Imposes a filter on system tiers parameter of Inventory attribute
| |
| Tool |
Imposes a filter on tool parameter of Inventory attribute
|
See Also