Show / Hide Table of Contents

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 Source

NewItem(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
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX