A factory data set generates data items by invoking a factory delegate
and interpreting its output in accordance with the factory kind.
Namespace:
Gallio.Framework.DataAssembly: Gallio (in Gallio.dll) Version: 3.4.0.0 (3.4.11.0)
Syntax
| C# |
|---|
public class FactoryDataSet : BaseDataSet |
| Visual Basic (Declaration) |
|---|
Public Class FactoryDataSet _ Inherits BaseDataSet |
Remarks
Multiple different interpretations are supported. Refer to the documentation of the FactoryKind enumeration for more details about each kind.
