Class DataSourceFactoryBase

Describes a factory to create datasources.

Inheritance
object
DataSourceFactoryBase
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsFactories
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class DataSourceFactoryBase : IDataSourceFactory

Methods

CreateFlatDataSource(string)

Creates a new flat data source instance with the specified name.

Declaration
RequestResponse
public IFlatDataSource CreateFlatDataSource(string name)
Parameters
TypeNameDescription
stringname

Name of the data source.

Returns
TypeDescription
IFlatDataSource

A new flat data source instance.

CreateHierarchicalDataSource(string)

Creates a new hierarchical data source instance with the specified name.

Declaration
RequestResponse
public IHierarchicalDataSource CreateHierarchicalDataSource(string name)
Parameters
TypeNameDescription
stringname

Name of the data source.

Returns
TypeDescription
IHierarchicalDataSource

A new hierarchical data source instance.

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,