Click or drag to resize
ObjectGeneratorTBase Class
Generator class for the various type of objects
Inheritance Hierarchy
SystemObject
  CMS.BaseObjectGeneratorTBase

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public class ObjectGenerator<TBase>
where TBase : class

Type Parameters

TBase

The ObjectGeneratorTBase type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCreateNewObject(Object)
Creates new object of the given type
Public methodCreateNewObject(String)
Creates new object of the given type
Public methodRegisterDefaultFactory
Registers the default object factory
Public methodRegisterObjectType(String, IObjectFactory)
Registers the given object type
Public methodRegisterObjectTypeTObject(String)
Registers the given object type
Top
See Also