Click or drag to resize
SampleDataGenerator Class
Helper class storing sample data generators suitable for demonstration purposes.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.InternalSampleDataGenerator

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static class SampleDataGenerator

The SampleDataGenerator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetGenerator
Returns instance of sample data generator with given name or null when not found.
Public methodStatic memberRegisterT
Registers sample data generator under given name.
Top
Remarks
For internal use only. No backward compatibility guaranteed.
See Also