Click or drag to resize
ObjectGenerator<TBase> Class
Generator class for the various type of objects
Inheritance Hierarchy
System.Object
  CMS.Base.AbstractObjectGenerator
    CMS.Base.ObjectGenerator<TBase>

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

Type Parameters

TBase

The ObjectGenerator< TBase> 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