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

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

Type Parameters

TBase

The ObjectGeneratorTBase type exposes the following members.

Constructors
Fields
  NameDescription
Protected fieldmCreatedObjects
Number of objects created from this generator by the particular type
Top
Properties
  NameDescription
Public propertyCreatedObjects
Number of objects created from this generator
Top
Methods
See Also