Interface IItemFactory
Creates an instance of a strongly-typed class (which inherits from Item) that represents a specific item type
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IItemFactory
Methods
| Improve this Doc View SourceNewItem(ElementFactory, String)
Creates an instance of a strongly-typed class (which inherits from Item) that
represents the item type type
Declaration
Item NewItem(ElementFactory factory, string type)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | factory | Factory to be passed to the Item constructor |
| System.String | type | Item type name |
Returns
| Type | Description |
|---|---|
| Item |