Table of Contents

Class InfoObjectFactory

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Object factory producing info objects based on the object type

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

Constructors

InfoObjectFactory(string)

Constructor

public InfoObjectFactory(string objectType)

Parameters

objectType string

Object type

Properties

ObjectType

Object type

public string ObjectType { get; protected set; }

Property Value

string

Methods

CreateNewObject()

Creates new object of the given type

public override object CreateNewObject()

Returns

object