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
-
objectObjectFactory<object>InfoObjectFactory
- Implements
- Inherited Members
- Extension Methods
Constructors
InfoObjectFactory(string)
Constructor
public InfoObjectFactory(string objectType)
Parameters
objectType
stringObject 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