Click or drag to resize
ISampleDataGenerator Interface
Represents a generator of representative sample data suitable for demonstration purposes.

Namespace: CMS.DancingGoat.Samples
Assembly: CMS.DancingGoat.Samples (in CMS.DancingGoat.Samples.dll) Version: 11.0.0
Syntax
C#
public interface ISampleDataGenerator

The ISampleDataGenerator type exposes the following members.

Methods
  NameDescription
Public methodGenerate
Generates sample data on specified site.
Top
Remarks
For internal use only. No backward compatibility guaranteed.
See Also