Table of Contents

Class BizFormItemFactory

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Factory that provides BizForm item objects

public class BizFormItemFactory : ObjectFactory<BizFormItem>, IObjectFactory
Inheritance
object
BizFormItemFactory
Implements
Inherited Members
Extension Methods

Constructors

BizFormItemFactory(Type)

Constructor

public BizFormItemFactory(Type type)

Parameters

type Type

Type of the BizForm class

Properties

Type

BizForm item type

public Type Type { get; protected set; }

Property Value

Type

Methods

CreateNewObject()

Creates new BizForm item object

public override object CreateNewObject()

Returns

object