Documentation

IElementFactoryComponent

Element factory component.

Used to create instances of IElement when an IProperty instance implements an interface returned by getInterface().

Table of Contents

getInterface() Retrieve the property interface name. string
createElement() Create an element based on the defined property type. IElement

Methods

getInterface()

Retrieve the property interface name.

public getInterface( ) : string

This is matched against instances of IProperty. If they match, then createElement() is called.

Return values
string

Search results